Hi, I am trying to create a Radio Box in Chronoforms v5.
There are 3 options. Each option label is a multi-line text and I am finding some problems:
1. With a multi line option text, the radio button is formatted at the BOTTOM of the text, not the top
2. The multi line text is formatted right-align, not left
See this page http://eswim.com.au/index.php?option=com_chronoforms5&chronoform=Rotto_2018
See the section titled "Enrolment options"
I did not have these problems in v4. I also exported and imported a similar form from v4 to v5 and the form was OK in v4 but showed exactly these problems in v5.
Also may I ask:
How do you increase the space allowed for the text labels on the left side of the form - i would like to move the radio buttons & text fields, etc, further over to the right.
Thanks for any help you might have.
There are 3 options. Each option label is a multi-line text and I am finding some problems:
1. With a multi line option text, the radio button is formatted at the BOTTOM of the text, not the top
2. The multi line text is formatted right-align, not left
See this page http://eswim.com.au/index.php?option=com_chronoforms5&chronoform=Rotto_2018
See the section titled "Enrolment options"
I did not have these problems in v4. I also exported and imported a similar form from v4 to v5 and the form was OK in v4 but showed exactly these problems in v5.
Also may I ask:
How do you increase the space allowed for the text labels on the left side of the form - i would like to move the radio buttons & text fields, etc, further over to the right.
Thanks for any help you might have.
Hi ajdunne,
For the general radio button label width you can use CSS like this
For the Enrolment options I suggest that you use a Custom element where you can fully customise the layout .
Bob
For the general radio button label width you can use CSS like this
.gbs3 .gcore-label-left {
width: 200px !important;
}
- you may need to add more CSS to handle the text input labels if you want to change those. Or it might help to put the labels above the radio button groups.
For the Enrolment options I suggest that you use a Custom element where you can fully customise the layout .
Bob
This topic is locked and no more replies can be posted.