Is it also possible to place the label right to the radio box or check box?
I changed left in the wizard (custom code) to right but that doesn't change anything.
I changed left in the wizard (custom code) to right but that doesn't change anything.
Hi @yourservice,
Which version of ChronoForms are you using?
You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6/1.7/2.5/3.
Bob
Which version of ChronoForms are you using?
You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6/1.7/2.5/3.
Bob
Hi Bob,
Al the latest versions downloadable here, just started this 2 days ago and already solved 1 problem with component 5.0 RC3.1
Al the latest versions downloadable here, just started this 2 days ago and already solved 1 problem with component 5.0 RC3.1

Hi,
There is currently no way to change the label position to right side, only "left" and "top", I'm talking about V5, I think V4 has a right option!
Where is this ?
Regards,
Max
There is currently no way to change the label position to right side, only "left" and "top", I'm talking about V5, I think V4 has a right option!
I changed left in the wizard (custom code) to right but that doesn't change anything.
Where is this ?
Regards,
Max
<div class="form-group gcore-form-row" id="form-row-6"><label for="radio12" class="control-label gcore-label-left gcore-label-checkbox">Radio Label</label>
<div class="gcore-input gcore-display-table" id="fin-radio12"><div class="gcore-single-column" id="fclmn5"><div class="gcore-radio-item" id="fitem2"><input name="radio12" id="radio121" value="0" class="A" title="" style="" type="radio" />
In the class="control-label gcore-label-left gcore-label-checkbox" part...
Hi,
I think that the best way to do it now is by using a "checkbox group", add empty space in the "label", use only 1 checkbox, and change the field name to be without brackets "[]", that should give you the same effect!
Regards,
Max
I think that the best way to do it now is by using a "checkbox group", add empty space in the "label", use only 1 checkbox, and change the field name to be without brackets "[]", that should give you the same effect!
Regards,
Max
This topic is locked and no more replies can be posted.