The <span> from validation of the radio buttons causes the table to look funny, this is not present in the previous release.
My fix for this is to place the radio button and text in the same cell.
Any better fix?
Still, a round of applause for Chronoforms 😀
<tr valign="top">
<td align="right"><input type="radio" value="I've got STREET ADDRESSES I need to validate." name="interest" class="required LV_valid_field"/></td><span class="LV_validation_message LV_valid"> </span>
<td>I've got <strong>street addresses</strong> that I need to validate.</td>
</tr>
My fix for this is to place the radio button and text in the same cell.
Any better fix?
Still, a round of applause for Chronoforms 😀
Hi,
This is also can be fixed easily in the new release by inserting your error div wherever you want in your code, the current validation is improved for wizard forms, or you may add your radios inside a div for now!
Regards,
Max
This is also can be fixed easily in the new release by inserting your error div wherever you want in your code, the current validation is improved for wizard forms, or you may add your radios inside a div for now!
Regards,
Max
This topic is locked and no more replies can be posted.