Form height too large due to hidden div
-
My form box is too high for the position on my website.
I have limited the size of the .constant-contact-signup form in my theme’s style sheet..constant-contact-signup } height:135px !important; }
However, after resizing briefly the height returns to its new default. I’ve not see this before as it is affecting all my form designs. I see from Firebug that there is a hidden cc_redirect_url which is affecting the height of the form box. I really don’t want this.
‘<div>
<input id=”cc_redirect_url” type=”hidden” value=”” name=”cc_redirect_url”><input id=”cc_referral_url” type=”hidden” value=”http%3A%2F%2Fkirklandchamber-clone.mystagingwebsite.com%2F” name=”cc_referral_url”>
<input type=”hidden” value=”ea8d92e400d7fc88196be0a8b0964ebbde456346″ name=”uniqueformid”>
<input type=”hidden” value=”3″ name=”ccformid”>
</div>’How do I control this so that it remains hidden and I can limit the height of the form.
Thanks.
- The topic ‘Form height too large due to hidden div’ is closed to new replies.