| View previous topic :: View next topic |
| Author |
Message |
jbcaldwl
Joined: 26 Feb 2008 Posts: 2
|
Posted: Tue Feb 26, 2008 8:53 pm Post subject: Opt-in page |
|
|
Hi, I am looking for free information on how to set up my own
opt-in form on my website and really don't have a clue.
I would just like to be able for someone to put in their name,
e-mail and or phone number and it would alert me via my
e-mail with their information.
Can someone tell me or direct me to that info.
Thanks, Jill |
|
| Back to top |
|
 |
|
|
rangana 250+ Club

Joined: 27 Feb 2008 Posts: 438 Location: Cebu City Philippines
|
Posted: Wed Feb 27, 2008 6:49 am Post subject: Re: Opt-in page |
|
|
You could have something like this:
| Code: |
<form name="myform" action="http://emailaddresstosend@domain.com">
Name: <input type="text" name="username">
<br/>
Email: <input type="text" name="email">
<br/>
<input type="submit" value="Submit" name="submit">
</form>
|
..Now that code is for the form...but it open's a Personal Information Manager like Microsoft Outlook, which for me is impractical.
You could also use formmail script to do this or a server side script like PHP.
See if it helps  |
|
| Back to top |
|
 |
jbcaldwl
Joined: 26 Feb 2008 Posts: 2
|
Posted: Wed Feb 27, 2008 2:12 pm Post subject: Re: Opt-in page |
|
|
| Thank you Rangana |
|
| Back to top |
|
 |
flabbyrabbit 250+ Club

Joined: 25 Jan 2007 Posts: 494 Location: UK
|
|
| Back to top |
|
 |
rangana 250+ Club

Joined: 27 Feb 2008 Posts: 438 Location: Cebu City Philippines
|
Posted: Thu Feb 28, 2008 1:10 am Post subject: Re: Opt-in page |
|
|
| jbcaldwl wrote: |
| Thank you Rangana |
You're welcome, Glad I could help  |
|
| Back to top |
|
 |
|