Autocomplete dropdown in mobile dont work

By: Thompson Fiuzzi | Asked: 11/21/2023
ForumsCategory: Code SnippetsAutocomplete dropdown in mobile dont work
Thompson Fiuzzi asked 6 months ago

Hi, this problem has already been discussed a lot and I don't understand why the formidable team doesn't find at least a temporary solution.

In many cases these bugs make formidable forms totally unusable.

To date I managed to fix the problem by installing select 2 in my theme and with this little snippet I can insert it into an exact field of formidable:

jQuery(document).ready(function($) {
$('#field_8glin').select2();
});

The problem is when I have other fields linked.
That is, I cannot pass the selection to field 2 and 3 etc etc.

Example:
First field autocomplete with select2.
I select the value.
This value must feed fields 3 and 4.

Thanks to anyone who can help me.

1 Answers
Thompson Fiuzzi answered 6 months ago
I discovered a little trick that solves the problem. Step. 1- Install select2 in your theme. 2- Enter the code that identifies your field jQuery(document).ready(function($) { $('#field_8glin').select2(); }); 3- Leave formidable form autocompletion active in the field. 4- Hide the formidable field using css. Everything works perfectly, waiting for the formidable team to do something definitive.

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right