I am trying to add CSS to the first select field of my form.
I dont want users to be able to see every single option in the drop down, and only after inputting 3 characters in the search box do I want potential options to start showing.
This is the code I have entered in the appearance configuration section within the Form Editor. However, it does not seem to be working.
.forminator-select-search-container {
display: none;
}
.forminator-select-search-container.active {
display: block;
}
.forminator-select-search-input {
min-length: 3;
}
.forminator-select-dropdown {
display: none;
}
.forminator-select-search-container.active .forminator-select-dropdown {
display: block;
}
/* Hide irrelevant options */
.forminator-select-option:not(.forminator-select-option-search-result) {
display: none;
}
]]>I’ve tried putting it in the custom html block, then in mu-plugin, and so far none work.
I used normal change event though, so I thought the problem is I have to use select2 event.
So how to id the select2 of my select field?
]]>Please help me with the subject.
Forminator stopped displaying the content of the placeholder in select field and started displaying the content of option 1. None of the options are selected for display and the content is in the placeholder field.
It stopped to show it I think after last updates?
Other fields with placeholder content are showing it like before.
How can I turn off automatic updates (i don’t have idea how it happened without my knowledge)?
wordpress: 6.5.5, theme: neve, plugins: otter (themelsle)
I published link to the website here (paste available for few days)
]]>The select field has two columns:
I can easily export the first column field using “office” as the metadata. However, I can’t figure out how to export the second column (the actual address)… I’ve used every variation of “select2” that I can see!
FYI, the link takes you to a product to add to cart and checkout where you will see the dropdown. Please don’t complete an order.
Any help or guidance would be greatly appreciated.
Thank you!
]]>I’m encountering a problem with WPForms on my mobile phone. When attempting to open a select field, the popup window doesn’t function as expected. I’ve already disabled JavaScript optimizations through my SG Optimizer settings.
]]>Basically I can’t apply css to the dropdown of a select field.
I just want to style the background and the border, but my css doesn’t apply.
It work perfectly fine with the select field, but not with the dropdown part.
Do you guys have any idea how I can deal with that ?
Thanks.
]]>I took out the JS scripts that were loaded one by one and it looks like “plugins/woocommerce/assets/js/selectWoo.full.min.js?ver=1.0.9-wc7.7.2” is the file that is removing the select field.
Any advice?
]]>The email notification says that the user has chosen a different option than he/she actually did in the select filed. The example tested is: choosing the 2nd option of the select field in the first page of the forum and the email notification returns that the sender had chosen the 3rd option.
Both these options have the same reference value attributed “Atelier-cuisine”as both of them correspond to the same product category, even that they correspond to different events in different dates. I wonder if that is what is causing it?
Hope you can help me on this,
Best,
Rod
]]>