I'm sure this is explained somewhere but I can't find it.
I want to have the toggle inline with the field label, so I have field label and the toggle is placed to the right of it.
How do I go about that?
Thanks,
Chris
Would that be in the advanced field settings under "Label Position"? I believe for most fields there is an inline option.
I'd like this but with the toggle on the left. I have set the 'Label Position' to left, but the toggle and the text don't line up. The text is lower than the toggle. Do I need to change this in CSS?
If I understand you correctly, add some custom styling to the CSS in Formidable Forms. Try playing with the "padding-top" value:
.frm_form_field.frm_inline_container .frm_primary_label{
padding-top: 4px;
}
Please login or Register to submit your answer