Jun
1
How do i create a newsletter form?
June 1st, 2010 posted by
admin
I simply just want a bar that the customer can type their email address in and click submit. Then their email address is sent to my email address so i can send them newsletters. Is there any where i can just copy and paste an html code into my site?


Jeff P says:
June 3rd, 2010 at 11:31 pm
HTML cannot do this alone. You need a dynamic language like PHP to do this. What languages does your web host support? There are plenty of pre-built scripts that do this.
David K says:
June 5th, 2010 at 10:43 am
A simple approach would be to develop an HTML form using standard HTML and have a place on website where they enter email address and press submit. and the form would send you an email with their content. If this works for you, do Internet search for HTML forms. There are fancier types, but one type just uses email.
An even simpler – and possibly more reliable – technique is to just set up a simple mailto link where they email you. then you can capture their email address and place into your mailing list. This ensures that you’re getting a valid email address where any other approach subjects you to typing errors on their part.