on 2025 Feb 14 3:36 PM
Hello everyone,
I was assigned a task to make two fields in an Adobe Form appear or disappear based on a condition specified in the form’s code. I am passing two flag-type variables to the form, and when one of them is true, one field should appear while the other remains hidden, and vice versa.
I’m wondering if there’s a way to pass these flag values directly from the code to the form? I’ve tried several approaches but haven’t been able to get it to work. We also attempted to validate the condition directly in the form’s JavaScript, but without success.
Currently, the solution we’ve implemented involves adding the flag fields to the form and hiding them. This way, they don’t appear in the form, but we can still access the values stored in the variables.
Thanks in advance 🙂.
Request clarification before answering.
User | Count |
---|---|
63 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.