I would like the div container (fieldname8) to be displayed when the ‘Calcular’ button is pressed, and for its content to be arranged in two columns on mobile devices. Could you advise me on how to achieve this?
Thank you
This topic was modified 1 month, 2 weeks ago by PB.
The page I need help with: [log in to see the link]
Activate the “Advanced Settings” tab in its settings.
Tick the “Hide field” checkbox. The text in the checkbox indicate what you must do to display this field.
To display the fieldname8 DIV field when you press the “Calculate” button, enter the SHOWFIELD('fieldname8'); through its onclick attribute (in the button settings).
Finally, if you want to display the fields in two columns on mobile devices, you can enter the predefined class name col-xs-6 through the “Add CSS Layout Keywords” attributes in those fields you want to display in two columns.
Please provide the link to the page containing the form, and indicate the fields formatted into columns to check if you have assigned the class name to them.
Sorry for the delay. I’m following your instructions exactly as you described. I added col-xs-6 several times in the “Add CSS Layout Keywords” tab, but it keeps deleting itself. Is there any solution?