Dear Forum
I am looking for the solution, how to display the fieldlabel on the left side. Knows somebody how to fix it?
Many thanks for your answers
Alfred
try this code in a CSS view:
form > .field{
display:flex;
}
form > .field > label{
min-width:30%;
align-self:center;
}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
this is because you do not have the validated version and the CSS view is not working on the frontend.
try to test the form in the admin area, or enable the 10 days trial
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.