• Hello,
    Site = ivanandivana.com/contact
    I am attempting to insert email marketing forms inside a post. So far I’ve used both benchmark email and vertical response. The forms ‘work’, but the buttons are spaced far apart, and no matter how I try to change the code the unusual height between the buttons stays the same.
    I did use a widget originally, however I just want the form to appear on one page, and with plugins like widget logic you cannot use custom templates.
    Below is the code for the vertical response form. THANK YOU FOR YOUR HELP. REALLY.

    <form method=”post” action=”http://oi.vresp.com?fid=1492af1838&#8243; target=”vr_optin_popup” onsubmit=”window.open( ‘http://www.verticalresponse.com&#8217;, ‘vr_optin_popup’, ‘scrollbars=yes,width=600,height=450’ ); return true;” >

    <div style=”font-family: verdana; font-size: 11px; width: 160px; padding: 10px; border: 1px solid #FFFFFF; background: #FFFFFF”>
    <span style=”color: #333333;”>Stay Connected</span>

    <label style=”color: #333333;”>Email Address:</label>
    <input name=”email_address” size=”15″ style=”margin-top: 5px; border: 1px solid #999; padding: 3px;”/>
    <input type=”submit” value=”Save” style=”margin-top: 5px; border: 1px solid #999; padding: 3px;”/>

    <span style=”color: #333333;”>Email Marketing by VerticalResponse</span>
    </div>
    </form>

The topic ‘Email Marketing form inside post’ is closed to new replies.