How do I add forms to my site?Adding forms to pages is probably beyond your HTML abilities.. But you CAN actually take any form on the internet and make it work on your site by changing the ACTION to action=sendemail.asp Removing any onsubmit SCRIPTS from the
Would be a working form. You can have MORE fields but not any less than the 3 required ones (name, email, phone) Almost any form you find on the internet will have these fields, but often they will be named something else. like ph_number or something. You would change name=ph_number to name=phone and that field would be 'fixed'.
..
How do I add forms to my site? Related Sites
[READ MORE : How do I add forms to my site?] |