Hello @jahrl ,
Can I use data from a field (posted by others) to be choices for a new posting?
At the moment there is no option for dynamic fields in Forminator. However this feature is already on our Features list and our developers will be working on it.
How can I remove the blue-border on mouse-over, see “Allergies or other food req”.
There are custom styles for this field in Form styles that are adding this border:
.forminator-ui.forminator-custom-form-101.forminator-design--default .forminator-is_hover .forminator-input,
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form-101.forminator-design--default .forminator-is_hover .forminator-input {
border-color: #17A8E3;
background-color: #E6E6E6;
}
you would need to remove or change it.
Why do some fields have mouse over and some don’t? Only appear in forms from Forminator.
All fields have added classes for hover and active state, but on your site not all fields have CSS applied. It looks like there are custom styles for this form, however, your theme is rewriting some of the styles, so the border is not showing on all fields.
You would need to use !important directive for those form styles if you want to override styles from your theme.
kind regards,
Kasia
Thread Starter
jahrl
(@jahrl)
Hi
thank you for this answer… I look forward to the use of dynamic fields!
Regarding the blue border, can’t you make that a settings as the rest of the styling? As in your css I need one for each form, right?
Thank you in advance
.mange
Hello @jahrl
Hope you’re doing well today!
There are no current settings for select hover color, I’ve already reported that to our developers, so they will provide a solution in a future update. 🙂
Meanwhile, you will need a custom CSS rule to override that.
Thank you,
Dimitris