I wanted to know if there is a hook I can use to customise the options in a forminator select field.
I have a list of options nearly 25 to 30 and they keep changing.
For the select fields i want to get the options from a query like $wpdb->get_results("select id,options from {$wpdb->prefix}custom_table");
Can you let them know that if they can add a filter in the file : forminator/library/fields/select.php at line number 146... $options = apply_filters('forminator_field_select_options',$id,$options)
that would solve the problem.