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

Question

Question

Show hidden fields when sent for approval

asked on March 21, 2016

I have a form that uses some JS to hide some fields from the user. When they submit the form, it is sent for approval. I would like the person approving the form to see these hidden fields - how would I go about un-hiding them once submitted?

Thanks

0 0

Answer

SELECTED ANSWER
replied on March 21, 2016

Hi there,

You can make a copy of this form, in approval step, use the copied form without the hidden javascript.

1 0
replied on March 21, 2016

Ah good idea. Thanks for the suggestion!

0 0

Replies

replied on March 21, 2016

I know that David already answered your question, but here is something that might be useful to you.

 

If I have a field that one user fills out, the second doesn't see it, and the third one see it as read only: I create a new text field and I name my variable (to be consistent in my naming convention) "RdOnly_HiddenField"

 

Then I simply make the field Read-Only in Field Options and I set the default value to the first field that the the first user filled out.

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

Sign in to reply to this post.