My two issues are the form not being responsive and by using ul/li the form displays bullets in webkit browsers, which appears not standard for a form. I created a template and substituted divs for the ul list. This resolved the bullet issue but created another issue as I have one form with two “note” entries to display some info in the form. I see no way to set the width in the “note” type entry, so the text does not wrap to the width of the other form fields. As a solution I checked “HTML” and put the text in a div (also tried span) with a width attribute. This works in the default template, but breaks the form at that point using my template. As far as making the forms responsive, I have no solution and if you have developed one I would be thankful for your input.