Viewing 8 replies - 1 through 8 (of 8 total)
  • I viewed the HTML in your page and see you have a paragraph tag opened before the form and closed after the form.

    There is an image loading (to the right) in there also. I don’t have the answer on what you do to fix that as I am not an expert on site design, but making adjustments to that is your clue to fixing it.

    Maybe you can do something with divs instead.
    If you find something that works, let me know.

    Thread Starter vtolbert

    (@vtolbert)

    Thanks, Mike. That p tag appears when I put the photo in. I don’t know how to change that. The page used to work well. I may not have checked it after the last WordPress update, but I think I did.

    @vtolbert

    Try something like this: Wrap the image and form shortcode in <div> tags (Text edit mode)

    <div style="float: right; width: 170px;">IMAGE</div>
    <div style="float: left; width: 290px;"></div>

    The result should look like this

    <div style="float: right; width: 170px;"><a href="link to image"><img class="alignright  wp-image-74" alt="gate" src="link to image" width="151" height="227" /></a></div>
    
    <div style="float: left; width: 290px;">[si-contact-form form='1']</div>

    You may need to play around with the width pixel settings – your theme may add padding/margins that need including in the width.

    This solution usually works…

    NOTE: The <p> tag is inserted by WordPress function “wpautop”.

    Thread Starter vtolbert

    (@vtolbert)

    That fixed it! Thanks so much, Mike.

    Thanks for helping Mike, I added this to a FAQ page
    http://www.fastsecurecontactform.com/form-with-image

    @mike Challis
    Glad to help 🙂

    I was having a similar issue but when I applied the fix the form now has a lot of blank space between lines. I suspect I need to tweak the settings but not sure which. Here is the link to it in my test folder:

    http://www.test.bluewaterprism.com/contact-us/

    Thanks!

    Jay

    ah ha – I figured out what was messed up. All fixed. Thanks for the help.

    Jay

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Form dropped down after upgrade.’ is closed to new replies.