I started using Gravity Forms and learned about how their shortcodes work. Now I have a use case in which I need to hide (or show) a dropdown field depending on the page the user lands on. My question is: Is it possible to hide/show a dropdown field using shortcodes or the only option is to use the “Hidden” radio in the form’s settings?
Thank you so much for any guidance on this.
Cesar.
From the options available I would recommend you to use {embed_post:ID} as it’s that will never change, ensure you wouldn’t break your logic rules if you use any other (like page title).
Doing this, you would be able to use your Hidden field to configure the conditional logic for your drop down.
Thank you so much for your quick response. I will try a solution using the embed post merge strategy you are suggesting. I really appreciate your help!