• Resolved flynnjacobs

    (@flynnjacobs)


    Is it possible to remove the submit button?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Prashant Rai

    (@prashantrai)

    Hey @flynnjacobs – Thanks for reaching out!

    To remove (below code will hide) the submit button, you can use the following CSS:

    div.wpforms-container-full button[type=submit] {
        display: none !important;
    }

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

    Hope this helps!

    Prashant Rai

    (@prashantrai)

    Hey @flynnjacobs – We haven’t heard back from you since my previous message, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

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

The topic ‘Remove Submit Button’ is closed to new replies.