You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
I have a form to handle people who are traveling. There is the option to have multiple travelers and we are using a Repeater for this. There is quite a bit the form is asking so we are going to put the people in accordions to make it simpler to manage.
I have a form to handle people who are traveling. There is the option to have multiple travelers and we are using a Repeater for this. There is quite a bit the form is asking so we are going to put the people in accordions to make it simpler to manage.
I setup two html fields directly inside the open/close of the repeater with the code from: https://www.gravityhelp.com/forums/topic/remove-ul-li-structure-on-fields . The goal is that I can use div's instead of the LI structure.
My issue is that when I add a row to the repeater the HTML is not duplicated. I get an empty LI where the html should be.
The text was updated successfully, but these errors were encountered: