I have a simple CSS script as follows to create columns out of three fields in a section (#q157) in Laserfiche Forms 10.2.1.246:
div #q157 {
column-count: 3;
}
It displays correctly within the web browser but upon saving it to Laserfiche repository the columns no longer exist. It saves the fields without the column formatting.
Can someone tell me what I am doing wrong here?
I appreciate any help!