Problem with opt-in form

Discussion in 'WordPress' started by kalle, Apr 25, 2011.

  1. #1
    Hi,

    I wonder if you can help me. I have generated an opt-in form from Imnica Mail. I put the code in a textbox widget in the sidebar using Wordpress.

    I want to add two things in the genereated code - an image just above the First name textbox, and a text saying "Privacy: We respect your privacy." under the button. I don't know what I'm doing wrong, they do not show. I have copied the code below. I would be very grateful if you could help me.
    Thanks.


    <DIV class=o-form>
    <DIV class=o-form-header>
    <H3 id=o-form-title>Mail List Subscription Form</H3>
    <P id=o-form-description> Please fill in and submit the form below
    to subscribe to our mailing list.</P></DIV>
    <img src = "http://mysite.com/wp-admin/media.php?attachment_id=88&action=edit">

    <FORM accept-charset=UTF-8 method=post action=
    http://www.imnicamail.com/v4/subscribe.php>

    <DIV class=o-form-row><LABEL for=FormValue_CustomField7891>First
    Name</LABEL><INPUT id=FormValue_CustomField7891 type=text name=
    FormValue_Fields[CustomField7891]></DIV>
    <DIV class=o-form-row><LABEL for=FormValue_EmailAddress>Email
    Address</LABEL><INPUT id=FormValue_EmailAddress type=text name=
    FormValue_Fields[EmailAddress]></DIV>
    <INPUT id=
    FormButton_Subscribe value=Subscribe type=submit name=
    FormButton_Subscribe><INPUT value=7093 type=hidden name=
    FormValue_ListID><INPUT id=FormValue_Command value=Subscriber.Add
    type=hidden name=FormValue_Command>
    <p> Privacy: We respect your privacy.</p>
    </FORM>

    <STYLE type=text/css media=screen>.o-form{background-
    color:#FFF4ED;border:1px solid #814913;}
    .o-form form{margin:0px;padding:0px;}
    .o-form .o-form-header{background-color:#814913;padding:9px;}
    .o-form h3{color:#fff;font-family:Arial,sans-serif;font-
    size:18px;line-height:18px;margin:0px;padding:0px;}
    .o-form p{color:#fff;font-family:Arial,sans-serif;font-
    size:12px;line-height:18px;margin:0px;padding:0px;}
    .o-form .o-form-row{margin-top:9px;padding:0 9px;}
    .o-form .o-form-row label{color:#814913;font-family:Arial,sans-
    serif;font-size:12px;display:block;font-weight:bold;}
    .o-form input[type="text"]{border:1px solid
    #814913;color:#814913;padding:5px 7px;}
    .o-form input[type="submit"]{margin:20px 9px 18px 9px;}</STYLE>
    </DIV>
     
    kalle, Apr 25, 2011 IP