Unstoppable Domains

HTML for email collection...

Spaceship Spaceship
Watch

Lyte

Pros Against PrejudiceEstablished Member
Impact
24
Howdy!

I hope someone can help me with this one. :)

I don't know how to write the HTML that will create a little box/square in which people can type their name and email address so they can receive emails.

I need help creating that box/square and some guidence on just how this info would be/should be get captured once they fill in the informtion!

Many thanks in advance!

Lyte
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
um okay I am not sure if this is what you mean but I think you want a form.

<form action="page.php" method="post">
Name: <input type="text" name="name"><BR>
Email: <input type="text" name="email"><BR>
<input type="Submit" value="Submit">
</form>

that's the form people fill in. Then you can use it in a php script to store into a mysql database to be used later.

I hope this is what you mean lolz.
 
0
•••
Can you write any HTML?
 
0
•••
brandonlanglois said:
Can you write any HTML?

how many pointless posts were you planning on making today?
 
0
•••
Red Eyes Arena said:
um okay I am not sure if this is what you mean but I think you want a form.

<form action="page.php" method="post">
Name: <input type="text" name="name"><BR>
Email: <input type="text" name="email"><BR>
<input type="Submit" value="Submit">
</form>

that's the form people fill in. Then you can use it in a php script to store into a mysql database to be used later.

I hope this is what you mean lolz.

Just to add to Red Eyes Arena you can then use a program like phplist.com to do the mailings and signups. You just need to have PHP/MySQL on your web host and you will be good to go.
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back