From: SourceForge.net <no...@so...> - 2005-02-16 05:11:20
|
Patches item #1123678, was opened at 2005-02-16 16:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425771&aid=1123678&group_id=39625 Category: None Group: None Status: Open 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" /> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425771&aid=1123678&group_id=39625 |