You are viewing limited content. For full access, please sign in.

Question

Question

Not Filling Required Fields

asked on August 31, 2018

In Forms 10.3, I have a upload field that is required. But when the user selects Reject on the Task, the form should not ask them upload anything. As it is a required field, it is asking the user to upload even for Rejects. How can I solve this using Javascript or any other method please?

 

Thanks

Priya

0 0

Replies

replied on September 4, 2018

Usually what I would do is only include a Submit button on the form and handle Accept/Reject with a radio button or dropdown on the form.

If the user selects "Reject" then use a Field Rule to hide the upload field and ignore all data. Once it is hidden Forms will ignore the required attribute.

2 0
replied on September 4, 2018

Thanks

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.