glatz2crs
Forum Replies Created
-
fixed
I got it fixed while trying to explain it.
I made these changes to the custom css for the form:
.forminator-checkbox-inline {
width: 150px;
}
.forminator-checkbox.forminator-checkbox-inline {
align-items: flex-start;
}this is on https://farmertofarmer.crs.org/volunteer-signup-test-page/
Thanks for your help. Two suggestions for the future:
- This style could be an option for horizontal checkbox fields
- I love the custom css field. It would be really cool if it was aware of css and did autocomplete when filling out fields, like the way the browser inspector window in Chrome does (I’m spoiled).
Great product, great support! Much appreciated.
Thanks for the suggestion. I tried putting it in the global footer of Forminator and also in the theme footer, but now I see why that wouldn’t work. It turns out the problem was I told it to load the form using ajax. Loading it with the page made the element exist after DOMContentLoaded. Ic Ould have loaded it with Ajax if there was a way to create a post form load hook, but there really isn’t an advantage to using Ajax for loading the form.
Hi wfpeter, thanks for your help. I figured out the issue; is was a mu-plugin I was testing that was forcing WordFence to be activated when it shouldn’t have been, and it wreaked havoc with the install process. My dumb mistake!
Good to know about the tools screen. Thanks for your great support.