Subscribe Feature - Enter Email Address Here

Discussion in 'HTML & Website Design' started by chris00129, Nov 5, 2009.

  1. #1
    Hey Everyone,

    I have a subscribe box for my feedburner feed on Working At Home Knowledge. I am trying to get it so when you click in the box to enter your email address the wording disappears. I was hoping someone could help me out with this.

    Thanks,

    Chris
     
    chris00129, Nov 5, 2009 IP
  2. Pwnography

    Pwnography Member

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    For your Form, make your variables like this:


     
    Pwnography, Nov 5, 2009 IP
  3. chris00129

    chris00129 Greenhorn

    Messages:
    91
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Hey There,

    Just am not dead on sure where I would put this. Here is the code I believe.

    <form action='http://feedburner.google.com/fb/a/mailverify' id='feedform' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=workingathomeknowledge&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
    <input class='textarea' name='email' onblur='if (this.value == &apos;&apos;) {this.value = &apos;Enter email address here&apos;;}' onfocus='if (this.value == &apos;Enter email address here&apos;) {this.value = &apos;&apos;;}' type='text' value='Enter email address here'/><br/>
    <input name='uri' type='hidden' value='workingathomeknowledge'/> <input name='title' type='hidden' value='54800'/> <input name='loc' type='hidden' value='en_US'/>
    </form>
     
    chris00129, Nov 6, 2009 IP