• odiez

    (@odiez)


    I need to add an extra button in my form, but cannot see on how to add a button. I need the button to show Cancel on it, when pressed it close the form

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

Viewing 1 replies (of 1 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there @odiez,

    Were you referring to pop-up forms? Or a different type of form that you want to be able to hide with a button?

    With pop-up forms, they will automatically include an “X” button in the corner of the form allowing visitors to close the form. However, there’s no built-in way to cancel/hide other types of forms.

    When editing a form, there’s not a “Button” option in the editor when adding a block — just the single “Submit” button which can be moved around on the form.

    However you can add a “Custom HTML” block. It looks like you should be able to add a <button> element there and it seems to render in the form as well:

    From there, you would need to write some custom JavaScript to close/hide the form when that button is clicked (which would be outside our scope of support here).

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.