Awesome plugin! / Trigger Click to change select
-
Hi there! First off I want to say a big thank you for such an amazing plugin!!!
I’ve been trying to achieve something for hours and I can not find a way around it.
It’s essentially easy:On the form vibes submission page I’d like to select a specific form on page load with jQuery.
I’ve tried this
var spotyChange = '370c147f'; jQuery('#fv-form').val(spotyChange); jQuery('#fv-form').trigger('change');
The option in “#fv-form dropdown” changes, but not in “#select2-fv-form-container”. And of course, the data from the database is not being fetched.
Is there any way I can achieve that?
I tried to doing a simple click() trigger but unfortunately didn’t work.Here’s a video of the procces I’m trying to automate:
I hope there’s a way I can make this work!
Thank you so much!! Have a great one!
- The topic ‘Awesome plugin! / Trigger Click to change select’ is closed to new replies.