using latest version of wordpress and gravity forms.
echo do_shortcode('[gravityforms id="3" field_values="property=' . get_the_title($propid) . '" ajax="true" title="false" description="false"]');
I have a field that dynamically populates the name of a property.
Then i have some fields that are required but are also conditionally hidden/shown based on that property.
The conditionally hidden/shown fields are correctly displayed when the form first loads but when submitting the form with missing required fields, all of the fields that are supposed to be conditionally hidden are now shown.
I recently re-imported a form via XML which I have read can be an issue. However, i duplicated all the conditional fields including the property field to make sure they have new unique IDs and no conflicts. I also tried duplicating the form completely, and still no luck.
Please advise… Thank you!!!