Support » Plugin: Forminator - Contact Form, Payment Form & Custom Form Builder » Great form creator, but mobile view of fields not responsive

  • Resolved matteoc

    (@matteoc)


    I love the power that Forminator gives me: capturing the URL query string is a great step up from my previous way of creating forms.

    I have a wish and an issue.

    The wish: integration with the gutenberg block editor.

    The issue: my forms look great on desktop but the form fields touches the right margin of the screen on a mobile phone using safari. They look very unresponsive and quite unprofessional.

    This is the page where I have the issue. Any fix? https://go.preshero.co/public-speaking-training/

    Any fixes?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Pawel – WPMU DEV Support

    (@wpmudev-support9)

    Hello @matteoc !

    Hope you’re doing well today!

    I’ve checked the form on your site and indeed the fields are going out of the container there. I will report this issue to our team, but in the meantime, please try my quick fix for this:

    @media screen and (max-width: 768px) {
    #forminator-module-545 .forminator-field input {
    width: calc(100% - 20px) !important;
    }
    }

    Please add this CSS to Appearance >> Customise >> Additional CSS or any other place you have for custom CSS on the site and test after clearing caches.

    Regarding the integration with Gutenberg – we’ve had some requests for this in the past, so I’ll add your ticket to the task we have to let the team know there’s interest in that feature.

    Best regards,
    Pawel

    Thread Starter matteoc

    (@matteoc)

    Thanks Pawel,

    I much appreciate you finding a solution to the issue. The page loads fine on mobile now.

    Thanks for adding my ticket too. Gutenberg is a mess, but with full site editing it’s becoming the standard site builder. And right now all the form blocks created for Gutenberg are pretty terrible…

    Best,
    Matteo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great form creator, but mobile view of fields not responsive’ is closed to new replies.