From: SourceForge.net <no...@so...> - 2005-03-21 10:52:01
|
Patches item #1123678, was opened at 2005-02-16 05:11 Message generated for change (Comment added) made by gellyfish You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425771&aid=1123678&group_id=39625 Category: None Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: honeyman (honeyman) Assigned to: Nobody/Anonymous (nobody) Summary: TFmail.pl - Validing email_input Initial Comment: In prior versions of TFmail.pl, the app would test the 'email' or '_email' input parameters for validity as a proper email address if they were specified as required parameters. This patch alters the check_required() function to ensure that the parameter indicated by the 'email_input' config param is also validated with the address_ok() function if it is a required field. This prevents forms with user prompts as default values from being submitted, eg: <input type="text" name="Email Address" value="Type your email address here" /> ---------------------------------------------------------------------- >Comment By: Jonathan Stowe (gellyfish) Date: 2005-03-21 10:51 Message: Logged In: YES user_id=313586 Thanks for this - I'll put it to the developers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425771&aid=1123678&group_id=39625 |