stefangabos / Zebra_Form

A jQuery augmented PHP library for creating secure HTML forms and validating them easily
Other
98 stars 49 forks source link

Radio buttons & Notes #38

Open lbrunsgaard opened 7 years ago

lbrunsgaard commented 7 years ago

After latest update by jasondegn (5/23/17) to zebraform.php - the template files displaying forms aren't lining up correctly, especially with radio buttons and notes are not lining up as they did prior to this update. Any assistance is appreciated... Thank you! zebra_form---note was under text box---2017 05 24 zebra_form---radio buttons2---2017 05 24 zebra_form---radio buttons---2017 05 24

lbrunsgaard commented 7 years ago

This is after PHP upgrade and updgraded Zebra_Form.php (2.9.8).

lbrunsgaard commented 7 years ago

This started happening after PHP upgrade to 7.1.5 and Zebra Form update to 2.9.8 and this week's zebraform.php (from jasondegn).

lbrunsgaard commented 7 years ago

Issue is resolved after tweaking/modifying zebraform.css.

stefangabos commented 7 years ago

I'll look into it, just didn't have yet the time. I am using this with Bootstrap for years now and forgot to check how the changes affect the standalone templates...

lbrunsgaard commented 7 years ago

I am attaching a copy of our custom zebraform.css for you to compare....Besides formatting issues the calendar/datepicker wouldn't popup either.
zebra_form.css.txt

lbrunsgaard commented 7 years ago

It had to do with div class="clear" for Carriage returns and formatting...

njwgh commented 7 years ago

This css issue has been there for a long time

The css that comes with the zebra form install is not the same as the css used for the examples and it is not the same as the css used on the Zebra form demo pages notably

.Zebra_Form div.clear { clear: both } is missing so cells don't wrap to next line for radio buttons

lbrunsgaard commented 7 years ago

Makes sense....Plus we had a popup issue with datepicker. Just FYI - I attached for your review/analysis/reference. Have a wonderful day!