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

Link to comment
Share on other sites

This is what i have so far  :(

 

 

<html>

<p>Please enter your information below:>

<form action="mailto:name@yahoo.com" 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>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.