nokia0029
04-08-2010, 02:09 PM
Hi all,
I have a html form where i capture few values from users and then post it to a remote location after validating the mandatory fields.
I would like to get an email of captured form values before submitting the form to the remote location. Currently i have only one form action.
Any ideas or suggestions?
This is what i need:
Capture values (html form)
validate (using javascript)
send mail (php mail) - only part i need to integrate
submit form values to remote URL
Thanks in advance.
I have a html form where i capture few values from users and then post it to a remote location after validating the mandatory fields.
I would like to get an email of captured form values before submitting the form to the remote location. Currently i have only one form action.
Any ideas or suggestions?
This is what i need:
Capture values (html form)
validate (using javascript)
send mail (php mail) - only part i need to integrate
submit form values to remote URL
Thanks in advance.