![]() |
|
![]() | ||
|
Subject:
HTML code to allow site visitors to sign up for newsletter and offers
Category: Computers > Internet Asked by: wildgorilla-ga List Price: $15.00 |
Posted:
10 Sep 2004 05:58 PDT
Expires: 10 Oct 2004 05:58 PDT Question ID: 399309 |
I need HTML code that I can cut and paste into my Yahoo website so that visitors can leave their email addresses. I want this information sent to an email address. I need something simple. | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: HTML code to allow site visitors to sign up for newsletter and offers
From: halfmnhalfamzng-ga on 10 Sep 2004 09:59 PDT |
Does your website provider allow usage of PHP, ASP, or CGI? These would be the best options, but if not available you can just use a mail form which would use a code such as the following: <HTML> <FORM METHOD=POST ACTION="mailto:ENTER YOUR E-MAIL ADDRESS HERE?Subject=Form Submission" ENCTYPE="text/plain"> <input name="e-mail" value="Enter E-mail Address"><p> <input type=submit value="Send Now"> </FORM> </HTML> I put an example up of this on my website for you to view and see if it will suit your needs. http://www.mockmotorsports.com/formstest.html |
Subject:
Re: HTML code to allow site visitors to sign up for newsletter and offers
From: halfmnhalfamzng-ga on 10 Sep 2004 10:01 PDT |
Side note, where I put ENTER YOUR E-MAIL ADDRESS HERE... that's where the e-mail address you want submissions to go to (i.e. your personal address) should be put. Hope this helps. |
Subject:
Re: HTML code to allow site visitors to sign up for newsletter and offers
From: wildgorilla-ga on 10 Sep 2004 11:33 PDT |
The HTML works great. How do I pay you? |
Subject:
Re: HTML code to allow site visitors to sign up for newsletter and offers
From: pinkfreud-ga on 10 Sep 2004 11:35 PDT |
wildgorilla, halfmnhalfamzng is not a Google Answers Researcher, and cannot post an official answer nor receive payment. One interesting thing about Google Answers is that sometimes you may receive helpful "freebies" from site users. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |