Hello Max,
In chronoforms 7 you can change the width of a field. How can I do that in chronoforms 8.
Please help
Greetings Paul
In chronoforms 7 you can change the width of a field. How can I do that in chronoforms 8.
Please help
Greetings Paul
Hi Paul
What are you trying to do ? multiple fields on the same row or custom field width ?
What are you trying to do ? multiple fields on the same row or custom field width ?
Hello Max,
I tried both, but I didn't succeed. Can you give a solution.
In CF7 it wasn't a problem.
Paul
I tried both, but I didn't succeed. Can you give a solution.
In CF7 it wasn't a problem.
Paul
For multi field per row you can use the "Multi field" area
For custom width you can use the "Field class" behavior in the field settings, add your own custom class (example: tight_field), then use the CSS view to style that class:
For custom width you can use the "Field class" behavior in the field settings, add your own custom class (example: tight_field), then use the CSS view to style that class:
.tight_field{
max-width:50%;
}
You need to login to be able to post a reply.