• So I added a feedburner subscriber field and the label (they’re really png’s) aren’t showing up and I can’t figure out why.
    I thought it might be because it’s a form and the php might not be generating it correctly. I’m not at all a php pro.
    I did throw the css inline and I’m not sure if that’s the problem either.
    It worked fine locally, but isn’t working on my site.

    Here’s my code for the form:

    <form style="padding:20px 0px 10px 20px;" action="https://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('https://www.feedburner.com/fb/a/emailverifySubmit?feedId=2808103', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <p style="background-image: url(images/subscribe.png);height: 30px;width: 214px;text-indent: -9999px;">Subscribe for email updates:</p>
    <p><input type="text" style="border:1px solid #203346;width: 130px;height: 22px;padding: 2px 5px 0px 5px;border: 1px solid #339999;background: #339999;vertical-align: middle;margin-top: 3px;color: #FFFFFF;" name="email"/></p>
    <input type="hidden" value="https://feeds.feedburner.com/~e?ffid=2808103" name="url"/>
    <input type="hidden" value="Eric and Carmelita" name="title"/>
    <input type="hidden" name="loc" value="en_US"/>
    <input type="submit" style="margin-top:5px; width: 30px; vertical-align: middle; background-image: url(images/go.png); background-repeat: no-repeat; text-indent: -9999px; background-color: transparent; height: 20px; border: none; cursor: pointer;" value="" />
    </form>

    Any help would be appreciated! Txn.

  • The topic ‘Form Fields’ is closed to new replies.