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