Hi All, I am looking for some help to use conditional logic in multiple views across separate forms. My current setup:
I am trying to create a view for Form 2 that uses conditional logical based on parameters from Form 1. For example, I want to show specific content in a view on Form 2 only if the user is "approved" (a field from Form 1) but I am struggling to set this up. Any help would be much appreciated thank you :)
Please login or Register to submit your answer
What's your process after Form 1 is approved? Are you sending the registrant an email asking them to fill in Form 2? If you are, you can add the parameters to a URL in the email they can click on and pass the parameters to Form 2. In Form 2, you use the get param shortcode for the conditional values. You can also use get param to pre-populate field values in Form 2.