Hello,
I'm pretty sure that this can be done, but I am unable to find
documentation on it.
Presently I have a plain HTML survey form where users check multiple
checkboxes, then submit. The results are sent via email to the
administrator.
What I also want to happen is a new confirmation page to open showing
the user what he/she has submitted.
So, essentially, I want:
<form action="Confirm ation_page_with _all_checked_op tions.asp">
AND
<form action="mailto: administrator@a bc.com">
I presently only have the 2nd one working, since it is more important
for me to recieve the information at this point.
Thank you, any help is appreciated!
Laura
I'm pretty sure that this can be done, but I am unable to find
documentation on it.
Presently I have a plain HTML survey form where users check multiple
checkboxes, then submit. The results are sent via email to the
administrator.
What I also want to happen is a new confirmation page to open showing
the user what he/she has submitted.
So, essentially, I want:
<form action="Confirm ation_page_with _all_checked_op tions.asp">
AND
<form action="mailto: administrator@a bc.com">
I presently only have the 2nd one working, since it is more important
for me to recieve the information at this point.
Thank you, any help is appreciated!
Laura
Comment