Constant Contact embedded form width on iphone
-
I’ve embedded a Constant Contact form in the footer scripts but for some reason in portrait view on iphones, the form does not center/ the fields run over the edge on the right side — it does center perfectly on landscape. Any ideas? I’ve tried putting in some custom CSS to try to adjust the max-width, but nothing is working.
<!--Begin CTCT Sign-Up Form--> <!-- EFD 1.0.0 [Fri Jun 05 19:56:15 EDT 2015] --> <link rel='stylesheet' type='text/css' href='https://static.ctctcdn.com/h/contacts-embedded-signup-assets/1.0.0/css/signup-form.css'> <div class="ctct-embed-signup" style="font: 16px Helvetica Neue, Arial, sans-serif; font: 1rem Helvetica Neue, Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased;"> <div style="color:#FF9933; background-color:#FFFFFF; border-radius:5px;"> <span id="success_message" style="display:none;"> <div style="text-align:center;">Thanks for signing up!</div> </span> <form data-id="embedded_signup:form" class="ctct-custom-form Form" name="embedded_signup" method="POST" action="https://visitor2.constantcontact.com/api/signup"> <!-- The following code must be included to ensure your sign-up form works properly. --> <input data-id="ca:input" type="hidden" name="ca" value=""> <input data-id="list:input" type="hidden" name="list" value="1634680801"> <input data-id="source:input" type="hidden" name="source" value="EFD"> <input data-id="required:input" type="hidden" name="required" value="email,first_name,last_name"> <input data-id="url:input" type="hidden" name="url" value=""> <p data-id="Email Address:p" ><label data-id="Email Address:label" data-name="email" class="ctct-form-required">Email Address</label> <input data-id="Email Address:input" type="text" name="email" value="" maxlength="80"></p> <p data-id="First Name:p" ><label data-id="First Name:label" data-name="first_name" class="ctct-form-required">First Name</label> <input data-id="First Name:input" type="text" name="first_name" value="" maxlength="50"></p> <p data-id="Last Name:p" ><label data-id="Last Name:label" data-name="last_name" class="ctct-form-required">Last Name</label> <input data-id="Last Name:input" type="text" name="last_name" value="" maxlength="50"></p> <button type="submit" class="Button ctct-button Button--block Button-secondary" data-enabled="enabled">Sign Up</button> <div><p class="ctct-form-footer">By submitting this form, you are granting: Reentry Success Center, 912 Macdonald Avenue, Richmond, California, 94801, United States, permission to email you. You may unsubscribe via the link found at the bottom of every email. (See our <a href="http://www.constantcontact.com/legal/privacy-statement" target="_blank">Email Privacy Policy</a> for details.) Emails are serviced by Constant Contact.</p></div> </form> </div> </div> <!--End CTCT Sign-Up Form-->Thanks so much!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Constant Contact embedded form width on iphone’ is closed to new replies.