HTML - Basic Email Mailing List Help!!plz!
Is there a basic html code or script i can enter to just make a mailing list form? as simple as a tab for entering your name and a tab for e mail address and then having it sent to an email?.....the site im using hostmonster.com has PHP but im pretty much clueless on setting up a mailing list with it...and ive been reading a good amount but its confusing... al i want is a form with name and e mail entry which is then sent to my main e mail address..any help i would really appreciate it, its driving me crazy!!
Similar TutorialsHi! I'm using FrontPage and I want to create a mailing list that I can do mail merging with but I don't know exactly how to set up the form. I want to make a page that will automatically unsubscribe them so I'm not sure how it should save the information (i.e. csv,database,cgi script..)? Hi, I need to have a form on my website that enables users to put their email address in a box and for it to be sent to my email account to add to a mailing list. Thanks for any help Dyfrig Hi, so I know hardly anything about HTML and I am hoping someone can help me.... I am in a band have created a Mailing List Form using a website named "Response O Matic"... Its a good enough form, but I really want to change the background colour from transparent to black... can anyone help?? Here is the current HTML code for the form... .. --> Begin Response-O-Matic Form --> .. --> DO NOT EDIT YOUR FORM HERE, PLEASE LOG IN AND EDIT AT RESPONSE-O-MATIC.COM --> <form enctype="multipart/form-data" method="post" action="http://www.response-o-matic.com/mail.php" accept-charset="UTF-8"> <div> <input type="hidden" name="acctid" id="acctid" value="fvb190zozxbejrme" /> <input type="hidden" name="formid" id="formid" value="547157" /> <input type="hidden" name="required_vars" id="required_vars" value="name,email" /> </div> <table cellspacing="5" cellpadding="5" border="0"> <tr> <td valign="top"> <strong>Name:</strong> </td> <td valign="top"> <input type="text" name="name" id="name" size="40" value="" /> </td> </tr> <tr> <td valign="top"> <strong>Email Address:</strong> </td> <td valign="top"> <input type="text" name="email" id="email" size="40" value="" /> </td> </tr> <tr> <td colspan="2" align="center"> <input type="submit" value=" Submit Form " /> </td> </tr> </table> </form> <br><center><font face="Arial, Helvetica" size="1"><b> <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnJlc3BvbnNlLW8tbWF0aWMuY29t">create web form</a> </b></font></center> .. --> End Response-O-Matic Form --> I'm a HTML beginner, though i've done some simple stuff with Perl/CGI. I know i'm missing some very basic knowledge with this question. I'd like to let a user create a mailing list (though this seems like a class of problem that would apply to a lot of situations). The HTML should show the current mailing list, or the recipient that was filled in by a different form. It should have blank text field to enter a new address, and something like a Add-Address button to trigger the addition to the potentially much longer mailing list string. It should hopefully show the results immediately after hitting the button. (And maybe checking for validity.) Is this sort of thing possible with basic HTML, is it more of a Javascript problem, or is it fairly alien to any HTTP/HTML situation. Am i forced to something with an ugly full-page refresh afterwards? (And how ugly would that be?) Thanks! P.S. -- NOT a spammer! Hi guys, good morning! I have recently signed up for an mailing list account with topica and have implemented the code on my site. It's working fine but I am not impressed by the validation of emails and that it's asking every member that signs up to also register with topica! What I want to know is a) is there any other alternatives that let you customize the email verification message they send out which is entitled 'Topica Customer Care - RESPONSE REQUIRED: Topica Email Verification'? I fear that this message is going to lose me people who may think it is junk mail because it does not appear to be coming from my company! and b) if not, is there any decent tutorials/scripts floating about to do it yourself? Cheers, Jamie Hi, I'm trying to figure out how to put a simple mailing list form on my website. I found some html code for it that looks like this: <div class="divrnd"><h1>Mailing List</h1></div> <form action="http://www.example-address.com/cgi-bin/dada/mail.cgi"> <p align="center"> <input type="text" name="email" value="email address"/> <br/> <input type="submit" value="Join the Mailing List"/> <br/> <input type="hidden" name="flavor" value="subscribe"/> </p> <p> </p> </form> </div> So is this the kind of code I would want to use? And then would I just substitute the website address in the "form action" tag for my own? I have a godaddy domain and e-mail, so I'm guessing I would have to set something up but I don't know if I'm on track here... thanks! I dont even know if what i want is actually called a 'mailing list' All i really want is to be able to have TYPE YOUR EMAIL ADDRESS IN HERE TO BE UPDATED WITH THE LATEST! on the website (myspace page in this case) and then a box underneath for somebody to type their email in, click enter, or join or whatever, and I get sent an email to my gmail account just containing their email address. Ive no idea how easy this is ? Can somebody help ? Thank you in advance ! Daniel Hello, Ive left an area to add a "mailing list join up" to my site and I havnet a clue how to do it... here is the page http://www.fashionfreakers.com/samplesite.html if anyone has any tips or sites I can view to make it happen I would greatly appreciate it. Thanks, C. Im at the end of my line here, As crazy as this may sound I cant seem to get this to work. All I want to do is have a user input and email address, that will then post, on submit to a email account I have. I have tried (seriously) about 15 different tutorials and even a few already completed codes, and I only got it working once, then I deleted the code my accident... Anyways I need a very basic code that I can input into my page that will enable the above. And yes my server accepts PHP Iv checked and rechecked this, For some reason I just dont seem to get on with PHP. Iv been at this for a week?!? Please im going crazy here, help please.......... Hey there, I'm new to the forums, and never really asked for help on a site before, but I'm stuck. Basically, i have a client that needs an automated way to send forms for bookings online. So far, i have created a basic HTML page that the client can import > as text in Outlook and the html gets placed into the Email. This works fine, as the user can fill out the form and reply back to us. The problem happens when i add the following code: Code: <select name="accomodation"> <option value="" selected="selected">Please Select</option> <option value=""> -------------------------- </option> <option value="32">1 Bedroom Studio</option> <option value="41">1 Bedroom Spa</option> <option value="48">1 Bedroom Deluxe Spa</option> <option value="39">2 Bedroom Spa</option> <option value="42">2 Bedroom Deluxe Spa</option> <option value="45">3 Bedroom</option> <option value="46">Houses / Cottage</option> </select> Now this code works when originally inserted into the email, i can make a selection and email it away, and the selection stays and is visible when opened. But once the email is sent, any further changes (a reply back, forward etc.) will break the drop down and just splatter the list in my table. Is there any way to correct this? any other option of code i could use or a setting i can use to stop the break? Help would be greatly appreciated. Thanking you, Evan. hi, i need form registraiton code that doesn't open outlook when you click submit. is there a way to have it automatically email to the "action mailto" email without opening oulook? I was wondering how to have a Javascript prompt E-Mailed to me. Thanx 4 the help! Dear I made an html newsletter with dreamweaver and I used the swap image behavior. I can view the result perfectly in explorer. Now I mailed it to my own mailbox (via explorer) and in outlook (and also in hotmail) the swap image effect doesn't appear.(the second photo is not shown) Is there a possibility to see this in my mailbox? I tried to paste the code into my outlook, but that doesn't work with the regular outlook, I only can view the source, not edit it. Thank you very much in advance! Kind regards Sandra My apologies if I posted in the wrong forum, but I didn't know where else to post it, as it's not really "multimedia." I don't understand the difference between non-digest and digest mailing lists. I have a website for a record label, so I am using the "Mailman" program to set up a mailing list. It asks if I want my list members to be able to choose whether they want to receive emails immediately or in a batched digest, yes or no? If I choose no, it will default to batched digest. If I say yes, my list members will have to choose between the two, and I'm sure most people have no idea what the difference is. Why can't the default be non-digest? All I want is to send out the occasional email to tell the list members about a new album, and be able to receive replies from list members that everyone on the list (including myself) can read and re-reply if necessary. I don't even see the need to have it batched as a digest? I don't even really know what that does. Apparently, sends everything to you at a certain time at the end of the day? I'm very confused. Hi, I want to put in a form to get queries from the user, like so: Name: Email: Comments: 'Send' button and that it will send the information to my email address which is gmail? Thanks I have a big list and I want to show on my webpage 6lines from that list randomly (when webpage is refreshed another 6 lines appear). can anyone help me with he code, how should the list look like so it works...or where can I find more info on this ? thanks I am making a website with a list inside list for my navigation bar. It looks good on safari(win/mac) and firefox but the list looks horrible in IE7.0(didnt check 6.0) I was wondering if anyone know what it could be HTML Code: Code: <div id="nav"> <img class="menupic" src="images/mainmenu.png" alt="Main Menu"/> <ul class="navli"> <li><a class="point" href="#"><img src="images/menu_findme.png" alt="findMe"/></a></li> <li> <ul class="navlinks"> <li><a href="#goto_facebook" id="facebook">- Facebook</a></li> <li><a href="#goto_myspace" id="myspace">- Myspace</a></li> <li><a href="#goto_youtube" id="youtube">- Youtube</a></li> </ul> </li> </ul> <ul class="navli"> <li><a class="point" href="#"><img src="images/menu_blog.png" alt="blog"/></a></li> <li> <ul class="navlinks"> <li><a href="#blogid2" id="blogid2">- Testing | May 01</a></li> <li><a href="#blogid1" id="blogid1">- Debut Album | Apr 30</a></li> <li><a href="#goto_blogarchive" id="blogarchive">- Archives</a></li> <li class="donthidethis"><ul class="navli donthidethiseither" style="padding:0;"> <li><a class="point" href="#">- Categories</a></li> <li><ul class="navlinks"> <li><a href="#goto_catid2" id="catid2">- Media</a></li><li><a href="#goto_catid1" id="catid1">- News</a></li><li><a href="#goto_catid3" id="catid3">- Off Topic</a></li><li><a href="#goto_catid4" id="catid4">- Tutorials</a></li> </ul></li> </ul></li> </ul></li> </ul> <ul class="navli"><li><a class="point" href="#"><img src="images/menu_eliasmusictv.png" alt="eliasMusic Tv"/></a></li> <li><ul class="navlinks"> <li><a href="#" id="coming">- Coming soon...</a></li> </ul></li> </ul> <ul class="navli"><li><a class="point" href="#"><img src="images/menu_about.png" alt="about"/></a></li> <li><ul class="navlinks"> <li><a href="#goto_biography" id="biography">- biography</a></li> </ul></li> </ul> <ul class="navli"><li><a class="point" href="#"><img src="images/menu_links.png" alt="links"/></a></li> <li><ul class="navlinks"> <li><a href="#" id="links">- Coming soon...</a></li> </ul></li> </ul> <ul class="navli"><li><a class="point" href="#"><img src="images/menu_contact.png" alt="contact"/></a></li> <li><ul class="navlinks"> <li><a href="#goto_contact" id="contactpage">contactForm</a></li> </ul></li> </ul> CSS Code: Code: #nav { float:right; width:195px; padding-left:20px; background:url("images/navback.png"); } #nav ul { list-style: none; margin-left:1px; border: none; } #nav .navli { padding-top:3px; padding-bottom:3px; } #nav .navlinks { padding-left:25px; } #nav .navlinks a,a:link { color:#262626; } #nav .navli img { margin-top:5px; margin-bottom:5px; } #nav .navlinks a:hover { color:#dadada; } #nav img.menupic { margin:20px 10px 5px 95px; } #nav a { font-size:14px; display:block; } #nav a.point { font-size:14px; font-weight:bold; } .navliover { background:url("images/navhover.jpg"); } Any help at all would be appriciated please I can show u the website via Private message if you are interested in helping Thanks in advance Reply With Quote hi. i have found a site that displays their images the way i want to http://www.ukhotelsupplies.co.uk/ i want 3 rows and 3 columns of pics with a text lable above it whats the best way of doing this please. a table would be easy but people say not to use them. thanks hi there, i have a basic page layout written consisting of 3 tables. however, i have a queery. How would i go about putting a line break between the top table (the banner table) and the second table (links) and the same again between the second and third (content) tables. I've provided my code below. Thanks Stuart <body> <center> <table id="shell" title="Shell" height="250" width="100%" border="0" bgcolor="black" cellspacing="1" cellpadding="0"> <tr height="50"><td bgcolor="white"> <table title="banner" id="banner"> <tr><td>Banner goes here</td></tr> </table> </td></tr> <tr height="25"><td bgcolor="DFE6EF"> <table title="Navigation" id="navigation"> <tr><td>Links!</td> <td>Links!</td> <td>Links!</td></tr> </table> </td></tr> <tr><td bgcolor="white"> <table title="Content" id="content"> <tr><td>Content goes here</td></tr> </table> </td></tr></table> </body> </html> Hello i hav my own small website that i use for shortcuts for a webiste i use and have this in firefox using the "load this bookmark in the sidebar" option. So what i want is when i click the link in my sidebar that it opens in the tab i have opened and not in the sidebar if you get me. Any help would be welcomed. thanks |