Do you guys know the answer to this PHP question? Help
Posted: Thu Mar 06, 2008 8:05 am
Hi,
I use GoDaddy. Called 4 times (yes, 4)....and they couldn't help? who knows?
I had a couple questions (which should seem simple).... before I turn into an alcoholic?
I want my input fields (used since the 1990's or whatever they're using today) to be required when someone fills it out (ex. name, shipping, credit card ect...) When they order a product but forget to include the shipping address... I'm screwed.
Also... I need an input field that will send me the customers order info (after they click submit on the form). Without this, I have no idea when someone orders?
Please help.
What I have so far is below....
You have full permission to email me at davidaza@aol.com.
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form Submission"/>
<input type="hidden" name="SendMailTo" value="davidaza@aol.com"> (NOT WORKING?)
<input type="hidden" name="redirect" value="thanks.htm">
<input type="hidden" name="return_link_url" value="aboutus.htm">
<input type="hidden" name="return_link_title" value="click here">
<input type="hidden" name="required" value="name,address,city,zip/postal code,credit card number"> (this is NOT WORKING?)
I use GoDaddy. Called 4 times (yes, 4)....and they couldn't help? who knows?
I had a couple questions (which should seem simple).... before I turn into an alcoholic?
I want my input fields (used since the 1990's or whatever they're using today) to be required when someone fills it out (ex. name, shipping, credit card ect...) When they order a product but forget to include the shipping address... I'm screwed.
Also... I need an input field that will send me the customers order info (after they click submit on the form). Without this, I have no idea when someone orders?
Please help.
What I have so far is below....
You have full permission to email me at davidaza@aol.com.
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form Submission"/>
<input type="hidden" name="SendMailTo" value="davidaza@aol.com"> (NOT WORKING?)
<input type="hidden" name="redirect" value="thanks.htm">
<input type="hidden" name="return_link_url" value="aboutus.htm">
<input type="hidden" name="return_link_title" value="click here">
<input type="hidden" name="required" value="name,address,city,zip/postal code,credit card number"> (this is NOT WORKING?)