asked on February 28, 2018
I have a form where the default setting for labels = the left side.
Tables cannot be used inside of a Collection. Therefore I am using a Collection where 16 fields will sit over 4 rows. See image example of how I would like the data to be displayed. I am having trouble setting Labels 1-8 to be on top.
I have attempted adding a class 'top' to the Fields 1-8 and added this javascript.
$(document).ready(function () { $('.top').removeClass('label-left'); });
However this will only work on fields 'outside' of the Collection not within a Collection. Any ideas to handle this scenario?
cheers
0
0