Gossamer Forum
Home : Products : DBMan : Customization :

Invalid email address format: ''. Debugging Help Please

Quote Reply
Invalid email address format: ''. Debugging Help Please
This is the error message that is given when a new user goes to sign up. Invalid email address format: ''. Before they put anything in the fields. As soon as, the screen comes up. I found the code for this screen in db.cgi but of course. I don't know what to do to correct this problem. Help!

------------------
Sherwin Sales@jse.net
Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
The code is posted at http://www.jse.net/db.txt

------------------
Sherwin Sales@jse.net
Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
Sherwin, can we see your html.pl file as well? My guess is the error is in there. You may be (accidentally) trying to send info through the signup form prematurely.
Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
The html is file is at http://www.jse.net/html.txt
Thanks

------------------
Sherwin Sales@jse.net
Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
I'd like to see your database in action, if possible.


------------------
JPD





Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
That is no problem. http://www.jse.net

------------------
Sherwin Sales@jse.net
Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
Your problem is in the "Sign Up" link. You have

<a href="http://sherwingaddis.hypermart.net/cgi-bin/dbman/db.cgi?signup=1">

You need

<a href="http://sherwingaddis.hypermart.net/cgi-bin/dbman/db.cgi?signup_form=1">



------------------
JPD





Quote Reply
Re: Invalid email address format: ''. Debugging Help Please In reply to
Thanks!

------------------
Sherwin Sales@jse.net