Select to view content in your preferred language

Final Submission Rule(s) - Submit Button

802
3
03-05-2024 04:40 PM
Status: Open
rsun_TQB
Frequent Contributor

Dear All,

I think it will be super fantastic to have a ability to set up rules to prevent final submission when end users click on the "Submit" button.

If a question of an disclaimer is "No", then submission will not be allowed.

Thanks,

Reno

3 Comments
KPyne
by

I have a workaround for this, but it is not very intuitive. I mark a field as required, then use a calculated expression to make it equal null until certain conditions have been met. Typically I use the “Completed By” field and populate the username, but it could be any field.

Usually the field is hidden, but you could re-label it as “Please complete the form” and then hide it once conditions have been met to make it a little more clear to the user. 

Form submission criteria would definitely be an improvement!

 

abureaux

This can already be achieved.

Two options:

  1. Change the select_one yes_no to a select_multiple yes and require a response. Given your description, the user doesn't exactly get an option to not say yes. Otherwise, you should let them submit and then just not process their submission
  2. Just set the select_one yes_no constraint to .="yes"
rsun_TQB

Thank you @abureaux  and @KPyne for your comments!

I think that I will make it a single choice with one option.

Many ways to work around to make this possible using S123 🙂

Sincerely