Webmaster Forum

Go Back   Webmaster Forum > Webmaster Design/Layout Help Forum > HTML Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

HTML Forum Get help from a webmaster in this forum about HTML, or help others.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-21-2008, 08:41 AM
epic epic is offline
Junior Member
 
Join Date: Jun 2008
Posts: 2
epic is an unknown quantity at this point
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default simple subscribe to mailing list button help

I have dada mail for a mailing list i'm setting up. don't like their subscription form at all. already had a button and form in my template for a simple enter you email and press subscribe to join mailing list. but i need it to actually send the email address to my mailing list. I'm been searching for hours there is nothing with this simple task anywhere.

Don't know much about coding for web anymore. but i took visual basic and c++ in highschool. i can grasp the concepts easily if i could just find some basic code to follow.
Reply With Quote

This ad is part of our Revenue Sharing program
  #2 (permalink)  
Old 06-21-2008, 08:07 PM
epic epic is offline
Junior Member
 
Join Date: Jun 2008
Posts: 2
epic is an unknown quantity at this point
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default

between using reasoning to figure out how it should work and searching for "change submit button" in 500 variations i finally got it.

All I had to do was rewrite the form a little bit. change the submit button from the normal
input type = "submit"... to
input type="image" and add the src for the image

but since the form dadamail supplies has radio buttons for subscribe/unsubcribe i wasn't sure what to do there so i deleted the unsubscribe button completely and on the subscribe button i changed the value of input type to hidden since i'm not sure if that is necessary for dadamail to route wether the email is subscribing or unsubscribing.

so now right after the input field i have
input type="hidden" name="f" id="f_s" value="subscribe" checked="checked"

then the adjusted submit button with my image.

tested. works great. now i just have to get it from the test html i wrote to the template without throwing all the tables/etc.. off.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Date Displayer missjojo HTML Forum 1 08-11-2007 03:47 AM
Simple Web Design Services Brancoady Jobs Forum 4 02-21-2007 09:37 PM


All times are GMT. The time now is 01:54 PM.


Creative Commons License
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30