Hi there,
We seem to encountering an issue with a drop down field on a Gravity form after the latest upgrade. Have read your post about and applied the changes but this hasn’t resolved the issue.
The preview of the Gravity forms is here: http://practitioner.researchnutrition.com.au/?gf_page=preview&id=13
The Practitioner Name (select your practitioner) drop down has a predictive type input, so three letters need to be entered before a suggestions are populated in the drop down. This is working completely fine in the preview as seen in link above.
However when added to the page and after inheriting theme styles, this behaviour is lost and the drop down just shows ALL names listed, see link below and form is contained on right hand side column. http://practitioner.researchnutrition.com.au/patient-resources/order/
Appreciate your help very much.
Many thanks
Namita
Hey namitadavey,
Thank you for using Enfold.
That is the default select element script of the theme. Unfortunately, you can’t disable it because it is added in the core files of the theme. Anyway, I checked the page and the predictive search is still there.
Best regards,
Ismael
Hi there
The predictive txt is working but we just don’t want options to display when you click on drop down. Options should only show once 3 letters have been typed in, as per form preview page.
This was working as expected previously.
Many thanks
Hi,
Please try this in the Quick CSS field:
#top .chosen-container .chosen-results li {
display: none;
}
#top .chosen-container .chosen-results .active-result {
display: block !important;
}
If it’s not working as expected, please open a new ticket in the plugin’s support forum.
Best regards,
Ismael