Is it possible to set up a logic to hide a form field based on a URL parameter?
Example:
www.example.com/?download=true
If the download parameter from the URL equals true, then a form field needs to be hidden.
Is it possible to set up a logic to hide a form field based on a URL parameter?
Example:
www.example.com/?download=true
If the download parameter from the URL equals true, then a form field needs to be hidden.
Assuming the form field is not required, you could potentially make the form field hidden by customizing the embed code when the form is loaded. If the form field is required, I don’t think you can modify requirements on the backend dynamically. https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options