Aug 16th, 2011, 2:15 PM
Having the same issue but have used the correct code:
<input type="text" name="first_name" size="20" maxlength="50" value="<?=htmlspecialchars(@$fields["first_name"])?>" />
I wonder if the fact that I am using SPRY validation is causing the issue-
<input type="text" name="first_name" size="20" maxlength="50" value="<?=htmlspecialchars(@$fields["first_name"])?>" />
I wonder if the fact that I am using SPRY validation is causing the issue-