Forums

Span for Validation Distorts Table Layout

apabiona 26 Jun, 2009
The <span> from validation of the radio buttons causes the table to look funny, this is not present in the previous release.

<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 😀
Max_admin 26 Jun, 2009
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
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
apabiona 26 Jun, 2009
Thanks Admin!
Patiently waiting on the new release 8)
This topic is locked and no more replies can be posted.