• Resolved cliffo4

    (@cliffo4)


    Hi

    Being a bit new to AIOF, I am looking for a way to control the flow if certain conditions are not met, so I want a way of disabling the Previous / Next / Submit buttons so a user can not proceed.

    I tried the HTML field but it just seems to bury the CSS code I tried to disable the button with into a field in the page.

    Can anyone suggest a method that I may have overlooked?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cliffo4

    (@cliffo4)

    To be clear, I did create a hidden field and set it to invalid so the submit button does not submit, but I would still like the ability to remove or disable the buttons

    Plugin Author EDGARROJAS

    (@edgarrojas)

    The plugin validates each field and if one is not valid it won’t let the user go to the next step so maybe you want to create a custom validation? Custom validation can make a field valid or invalid depending on a condition.

    Regards!

    Thread Starter cliffo4

    (@cliffo4)

    Hi Edgar. Yes I did that, I made a hidden field invalid, but it would be nice to then hide the next / submit, or at least grey them out.

    With that ability I would also like to apply it so the user can only proceed and not go back.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to stop or disable submit’ is closed to new replies.