Hi,
I'm trying to add a field for an email address. When I test it I get the field filled in with the word *default* (no asterisks) instead of the email addy.
I added this:
<TR><TD ALIGN="Right" VALIGN="TOP"><$font>Email: </FONT></TD>
<TD VALIGN="TOP"> <INPUT TYPE="TEXT" NAME="Email" VALUE="$rec{'Email'}" SIZE="40" MAXLENGTH="255"></TD></TR>
...and...
Email => [9, 'alpha', 40, 50, 0, '', '']
I'm missing something, but have no clue what.
Tnx in advance for your help
I'm trying to add a field for an email address. When I test it I get the field filled in with the word *default* (no asterisks) instead of the email addy.
I added this:
<TR><TD ALIGN="Right" VALIGN="TOP"><$font>Email: </FONT></TD>
<TD VALIGN="TOP"> <INPUT TYPE="TEXT" NAME="Email" VALUE="$rec{'Email'}" SIZE="40" MAXLENGTH="255"></TD></TR>
...and...
Email => [9, 'alpha', 40, 50, 0, '', '']
I'm missing something, but have no clue what.
Tnx in advance for your help

