Input box not showing up.

  • Unknown's avatar

    We do a newsletter through Constant Contact and they have a feature which allows for the creation of a sign-up form box for the newsletter. Problem is when I generate the HTML code and input it into a Text Widget box it comes out all wonky. It doesn’t include the actual input box where one can put in their email address to sign-up.

    Below is the code:

    <!– BEGIN: Constant Contact Basic Opt-in Email List Form –>
    <div align=”center”>
    <table border=”0″ cellspacing=”0″ cellpadding=”3″ bgcolor=”#FFFFFF” style=”border:2px solid #000000;”>
    <tr>
    <td align=”center” style=”font-weight: bold; font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px; color:#000000;”>Receive our Bi-weekly Newsletter!
    </tr>
    <tr>
    <td align=”center” style=”border-top:2px solid #000000″>
    <form name=”ccoptin” action=”http://visitor.constantcontact.com/d.jsp” target=”_blank” method=”post” style=”margin-bottom:2;”>
    <input type=”hidden” name=”m” value=”1101932462300″>
    <input type=”hidden” name=”p” value=”oi”>
    <font style=”font-weight: normal; font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px; color:#000000;”>Email:
    <input type=”submit” name=”go” value=”Go” class=”submit” style=”font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;”>
    </form>
    </td>
    </tr>
    </table>
    </div>
    <!– END: Constant Contact Basic Opt-in Email List Form –>

  • Unknown's avatar
  • Unknown's avatar

    That code contains a “form” and forms are not allowed here at wordpress.COM due to security concerns. Neither is javascript, flash or iframes.

    My suggestion is to see if they have a pure HTML solution such as a link to a form on their site rather than generating a form on your site.

  • The topic ‘Input box not showing up.’ is closed to new replies.