I had a contact form on my site with a submit button that would email the form contents to me. But when I tried to copy the code for the form including the button code and paste it into a new text document the code for the button was not there.
I now don't have the working button code and need to figure out how to make this happen again. 3dcart won't help.
What I tried was this:
<form name="form" action="aspsendmail.asp" method="post">
.
.
.
<input name="email-button" value="Submit" type="submit">
When the button is clicked it does take me to the thank you page but no email is sent.
In addition, when I save the code on the page 3dcart deletes the button code even though the button still shows up on the website page.
Can anyone help?
Thanks,
Ken
I now don't have the working button code and need to figure out how to make this happen again. 3dcart won't help.
What I tried was this:
<form name="form" action="aspsendmail.asp" method="post">
.
.
.
<input name="email-button" value="Submit" type="submit">
When the button is clicked it does take me to the thank you page but no email is sent.
In addition, when I save the code on the page 3dcart deletes the button code even though the button still shows up on the website page.
Can anyone help?
Thanks,
Ken
Comment