Hello, I'm using conditional logic to hide and/or display fields on the final page of a conversational form.
When displaying the results on the user side, the hidden fields generate blank spaces as a div class: ba-form-row, even though the field items within it remain hidden.
I'm attaching a couple of screen shots, where a field item with the custom class "Prueba" element, shows:
.ba-form-field-item[data-hidden="true"], .ba-form-field-item.hidden-condition-field {
display: none !important;
}
However, the ba-form-row wrapper still generates blank spaces on as many rows.
How can I solve this issue?