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.
Please login or Register to submit your answer