Jump to content

Code for Form Submission to Visible Counter on Page


sdavis22

Recommended Posts

I have very basic HTML skills and I do not know how to do this! Any help would be great! I need the code for a simple form that when the submit button is clicked it gives a popup saying 'thank you' or something and the form would be emailed and the submission would go to the counter that is visible on the page. I am working on this website using Hostbaby.com ...I don't even know if it's possible to do that on there. If anyone could help that would be wonderful! Thanks

This is what i have so far  :(

 

 

<html>

<p>Please enter your information below:>

<form action="mailto:[email protected]" method="post" enctype="text/plain">

Name:<br />

<input type="text" name="name" size="20" />

<br />

Email:<br />

<input type="text" name="email" size="20" />

<br />

Comment:<br />

<input type="text" name="comment" size="40" />

<br /><br />

<input type="submit" value="Send" />

<input type="reset" value="Reset" />

<input name="_redirectUrl" type="hidden"

value="mythankyoupage.html" />

 

</form>

</html>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.