Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Your question has been bothering me because I don't think there is a way. Formidable uses the Chosen jQuery library to implement the autocomplete function we see with dropdowns. The Chosen library has been around for a very long time and is implemented almost everywhere you can see a dropdown.
The original developers, Harvest, ceased development with version 1.8.7. That was roughly 6 years ago. Version 1.8.7 was never enabled for mobile devices. Another group of developers took over development and the current version today is 2.2.0. https://jjj.github.io/chosen/
What bothered me about your question is that the dropdowns on my site work with autocomplete on mobile devices. I dove into this a little and can see that Formidable still uses Version 1.8.7. When I checked the source code on my site, our Easy Digital Downloads plugin uses Version 2.1.0. Formidable's supplied library doesn't even load on our site, so Formidable's forms are using the library supplied by EDD.
The only thing I can suggest is to open a feature request ticket with Strategy 11 and ask them to update the chosen library to Version 2.2.0 so dropdowns will work with mobile.
Thanks for your advice!