• Resolved davidthenn

    (@davidthenn)


    When i fill out my form on my website, my submit button does not do anything!
    The button works when I go in the plugin and click preview but doesnt send.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the exact same issue

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi davidthenn,

    It looks like the container of the footer image on the page is blocking the submit button.

    To fix this, you can go to the page editor for that page and adjust the ‘top margin’ value of the elementor widget where the image is embedded.

    Alternatively, you can adjust the bottom margin of the form using the page builder or some custom CSS, which I’ve included here:

    #wpforms-395 {
        margin-bottom: 124px;
    }
    

    This CSS code snippet will apply to your current form, which has the ID of 395 (you can check out more details on how to locate form ID here).

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

    I hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cant submit form when filled out!!’ is closed to new replies.