• Resolved aleksandar123

    (@aleksandar123)


    Hi everyone,

    I have a problem with a wp form on my website: https://www.geomethree.xyz . For some reason I can’t input information by clicking on the input field of the form, but when I click the button an input cursor appears in the input field and then all works fine.

    How can I fix this in order for users to be able to fill out the form properly by selecting the input field and typing their email and then submitting by clicking the button?

    I’m using WP with installed free Astra Theme with Elementor Builder. The plugins I have activated are:

    Astra Starter Sites v1.3.17
    Elementor v2.6.8
    Essential Addons for Elementor v3.2.1
    Livemesh Addons for Elementor v2.8
    Ninja Forms v3.4.18
    Ultimate Addons for Gutenberg v1.13.6
    WPForms Lite v1.5.5

    Thank you in advance,
    Aleksandar

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @aleksandar123,

    It looks like you might have the CSS class wpforms-two-fourths to the Email field (like so), and a style conflict with the site theme might have caused the issue you see.

    To resolve the issue, you can remove the CSS class wpforms-two-fourths from the field, and follow our tutorial to display the form in a single line.

    Hope this helps!

    Anyone ending up here. This is in most cases the fix:
    – Go to Display > Customizer > Custom CSS
    – Add the following:
    .wpforms-container .wpforms-field { position: inherit; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Forms Input Fields Not Working’ is closed to new replies.