Hi there,
My form has a field that is between 2 html bloc with starting and ending div tags, like so:
html bloc content is <div class="fieldWrapper">
basic text field
html bloc content is </div>
Those 3 items are set to be displayed conditionaly.
My issue is that with this configuration once the condition is complete the fields become visible but disabled.
And if I remove the 2 wrapping html blocs, the text field is visible and available but then I loose my wrapping div that are needed to achieve the desired design.
Is there a fix for this issue or another way to wrap a group of fields ?
Thank you for you help