Hello,
I’m using jQuery to hide/show some fields of my Unbounce form.
Yet the hidden fields leave blank spaces where they’re supposed to be (no dynamic positionning of the fields with the show/hide)
I understand that this is because the elements on the page are not relatively positioned, but are positioned with exact coordinates, which prevents dynamic positionning (the fields stay put) (Conditional Drop-down Menu for Form)
Is there a way to position the elements on my page relatively?
Thanks for your help!