Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Prevent user from submitting request form if they did not answer 'yes' to a question

Avatar

Level 1

Hello,

I have a request form that select users can fill out and submit.  We don't want them to be able to submit the form if they can't answer 'yes' to a few select questions.  Is there a way to prevent users from submitting the request based on their answers?

 

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 4
2 Replies

Avatar

Correct answer by
Level 4

You can make the field required and add validation to make sure it is set to Yes:
https://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/customize/custom...

 

Avatar

Community Advisor

Adding to Surya's reply. Creating a single radio button "yes" and making it required is an excellent solution to act as an attestation.

To expand on the idea you can use Fusion to validate in some cases, ie confirming that document xyz is attached.

  • Attestation = yes
  • Fusion searches request for document name containing xyz
  • if yes, add confirmation note (or do nothing as the requester was accurate)
  • if no, push request to "awaiting feedback" status and add a note stating the requirement was not met