|
List of checkboxes side by side
Started by: matthewL-7
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to display the checkboxes in a form in two columns.
Solution:
This can be achieved using custom CSS code:
.wpt-form-set-checkboxes-wpcf-fieldname {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
display: block;
}
|
|
2 |
4 |
4 years, 5 months ago
matthewL-7
|
|
Dynamically create vcard download from custom fields
Started by: Edward Barker
in: Toolset Professional Support
Quick solution available
|
|
2 |
7 |
4 years, 5 months ago
Edward Barker
|