Support » Plugin: Contact Form by WPForms - Drag & Drop Form Builder for WordPress » Fields with layout changes are blocked

  • Resolved diogocardoso2010

    (@diogocardoso2010)


    I made changes to the layout of 3 fields, through the settings in the css classes, adding 3 columns. But these fields are blocked from entering the information on the form.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @diogocardoso2010,

    Did you happen to change the field on the form because when I checked it, I can’t seem to find a three column row anymore. Please check this screencast for reference.

    In case you still need our help, please provide us the link to the page where we can see the form with the issue.

    Thank you.

    Thread Starter diogocardoso2010

    (@diogocardoso2010)

    Sorry I sent the wrong link, the link is this one

    http://ecomunicandocliente2.ml/cotacao/

    Hi @diogocardoso2010,

    My apologies for the wait.

    The issue you’re seeing is a result of the base styling option being used on your site. If you go to WPForms > Settings and look to the Include Form Styling dropdown, this is currently set to Base styling only. This option includes limited styling, which is why you’re seeing this issue in multi column layouts.

    To fix this, you could consider two options:

    1) You could switch this dropdown to our default option, Base and form theme styling. For more details on what each of these options mean, here’s our tutorial on styling options.

    2) You could use some custom CSS, which I’ve included here:

    .wpforms-container .wpforms-submit-container {
        clear: both !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter diogocardoso2010

    (@diogocardoso2010)

    thank you very much, I preferred to add the css and it worked, thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fields with layout changes are blocked’ is closed to new replies.