kodie / gravityforms-repeater

A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
59 stars 58 forks source link

Repeater html not duplicating #107

Open Ravenna opened 6 years ago

Ravenna commented 6 years ago

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.