Skip to main content
July 19, 2022
Question

Disable Save and Submit button

  • July 19, 2022
  • 18 replies
  • 0 views

I have a requirement where i need to disable buttons once the user submit the form. I tried using buttonaction rule input but its not working . Any suggestions?

    18 replies

    stefanhelzle0001
    Brainy
    July 19, 2022

    Can you give us more details about your use case?

    I general a form is closed after submit. There is the exception of a process model using a start form as a page in a site. Then the user will just see the empty form again.

    July 19, 2022

    Even after submitting the form, the submit buttons are enabled. It's getting disabled when there is no data but when the user edits any field it gets enabled again. But now the requirement is once it's submitted, it shouldn't provide users the ability to submit again.I tried with button action value with if condition but didn't worked

    stefanhelzle0001
    Brainy
    July 19, 2022

    As I tried to explain, I do not understand your implementation. Do you have a few more details? Screenshot, code snippets?

    mikes0011
    Brainy
    July 19, 2022

    Submitting a form leaves the form, as Stefan has been trying to explain.  Thus, under any normal configuration, "disable buttons once the user submits" just does not make sense.

    Can you tell us exactly how you have this form configured / where you're using it, and exactly what the user is experiencing?

    NOTE: You've tried this in a process, and not just in the interface designer, I hope?

    The Expression Guru
    July 19, 2022

    Yes, its being used in the process where it's setting the button action value.

    mikes0011
    Brainy
    July 19, 2022

    Where in the process is it being used?  How/where is the process accessed by users?  What happens in that process after this form has been submitted?  A screenshot of the snippet of the process where the form in question is being used might also help.

    The Expression Guru