• Resolved noelwentworth

    (@noelwentworth)


    Hi everyone,

    I’ve created a new contact form for our business to gather information for a rental contract. The form is only showing the first 7 questions to fill out and gets stuck not being able to display all the fields i created?

    Is there a way to increase the field so I can see all the questions? I still have a few more to add.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The following CSS is causing the problem:

    .wpcf7-form {
        background: #fff;
        width: px;
        height: 530px; // THIS RESTRICTS THE FORM HEIGHT
        overflow: hidden;
        margin: 15px;
        border: 4px solid #fff;

    Looks like you might be adding this in some custom styling.

    Thread Starter noelwentworth

    (@noelwentworth)

    Thank you so much Neil!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact form 7 not displaying entire form’ is closed to new replies.