Hi, im an extreme novice so please be gentle!
I have so far learnt how to create a form, but I need the submit button to both send the entered information to my email address, and also redirect the user to a thank you page.
Am I correct in thinking that the following script sends the info to my email:
<form action="mailto:you@youraddress.com"> ?
and is placed within the form?
So far this does not seem to have worked..
Also how do I then send them to a thank you page?
i.e two actions within the one submit button..
I know the answers probably simple but its not for me!
Thank you very much!