• Resolved Daniel Alvares

    (@portuga_daniel)


    Hi,

    The topic title is confusing, I know…

    I don’t want the submit button to be always visible. I want that it only becomes visible if the right checkbox is selected.

    Is that possible?

    Tks

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi!

    You should be able to accomplish this with a tiny bit of Javascript. The submit button always has the class af-submit-button and your checkbox will be wrapped in a div with a class like af-field-FIELDNAME. You could target these elements with a bit of Javascript and enable/disable the submit button based on the checkbox state.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Call Submit Button After Option Check’ is closed to new replies.