Helpful Docs to read before posting: (All Docs) | Config Docs | General FAQ | Mailing List Sending FAQ | Error FAQ

Sign up email text box

How do I configure...

Sign up email text box

Postby natural » Sun Jun 03, 2012 9:36 pm

the email text box is invisible on my blog. not sure how to fix this. any suggestions?

http://www.valeriemorrisonphotography.com/mailing-list
natural
 
Posts: 2
Joined: Sun Jun 03, 2012 9:33 pm

Re: Sign up email text box

Postby justin » Sun Jun 03, 2012 10:03 pm

The text box isn't invisible, although the style for the textbox has no border and no shadow and the background is white, so it seems invisible, but if you try to click in where you think it may be, you'll see it's there.

Fix may be to change the style of the text box to work a little better. You can do that inline to see what I mean - here's a snippet from that textbox:

Code: Select all
<input id="email" type="text" name="email" value=""/><span class="error">* Required</span><br />


Changing it to simply:

Code: Select all
<input id="email" type="text" name="email" value="" style="border:1px solid black" /><span class="error">* Required</span><br />


will at least make it (much!) easier to find .
User avatar
justin
 
Posts: 4579
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO

Re: Sign up email text box

Postby natural » Mon Jun 04, 2012 4:58 am

justin you are fantastic. it worked perfectly, thanks.
natural
 
Posts: 2
Joined: Sun Jun 03, 2012 9:33 pm

Re: Sign up email text box

Postby justin » Mon Jun 04, 2012 5:31 am

Do what I can :)
User avatar
justin
 
Posts: 4579
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO


Return to Configuring Dada Mail

Who is online

Users browsing this forum: No registered users and 1 guest

cron
Loading