Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [Dglinski] ~~ being placed by system submitting signup

Quote Reply
Re: [Dglinski] ~~ being placed by system submitting signup In reply to
This happens to me when I have two fields with the same name, such as

<INPUT TYPE="text" NAME="userid" VALUE="$rec{'userid'}">
<INPUT TYPE="hidden" NAME="userid" VALUE="$rec{'userid'}">

On your page click "view source" on your web browser and very carefully check all of your input fields and see if you have two with the same name. It usually occurs to me when (like above) I have a hidden field and a text field with the same names.

Good Luck!


Subject Author Views Date
Thread ~~ being placed by system submitting signup Dglinski 2762 Nov 30, 2001, 10:15 AM
Post Re: [Dglinski] ~~ being placed by system submitting signup
Watts 2659 Nov 30, 2001, 12:37 PM