
Originally Posted by
navaldesign
You do not have a script problem, you have a form problem. You have modified the "Tell a friend" button. It is no longer a submitbutton, but it has become a "On click" button, linked directly to the "thanku_tell.html" Page. The info is not evan submitted to the script, when you click on "Tell a friend" you go straight to the Thanktou page.
The same goes for the Reset button: it doesn't reset, you have also made it a "On click" button, with it's action set to refresh the page. It does reset, but because it reloads the page.
Also, both buttons are OUTSIDE the form area, this is why initially they didn't work, then you started touching here and there.
Also change the metatags; Page description, keywords, Author etc: they result to be still mine (as you have downloaded my original script and didn't edit these elements)
Plese follow these steps:
1. open the page in Bv.
2. stretch the form area towards the bottom of the page, enough to have the buttons inside the form.
3. Copy the two buttons.
4. Delete them
5. Paste them using the Paste icon in the top toolbar (this way they will be pasted excactly in the same position).
6. Double click on the Reset button, and edit it: make it "reset" instead of "On click"
7. Do the same with the submit button, make it "Submit" instead of "On click"
Save, Publish and try your form