Hello,
I have two questions that are puzzling.
One, when someone enters: "G" (including the quotes) into one of my form fields it echoes as: "G", but once I INSERT it into my database and then try to echo it, the display is blank. Also the field in the database in blank. Any thoughts? I include addslashes before I insert it into the DB table.
$agencyaddress2 = addslashes($agencyaddress2);
Second, when my clients enter data into my form they have a habit of hitting the "ENTER" key after each line. This of course executes the script and gives them many errors due to remaining blank fields.
Is there a way to disengage the "ENTER" key and force them to only click the "SUBMIT" button at the bottom of the page?
Thanks very much,
Gary