Remove option used variable times
add_filter(‘frm_setup_new_fields_vars’, ‘frm_remove_selected’, 20, 2); function frm_remove_selected($values, $field) { $quantity_field = ‘frm-inquantity‘; // change to the field key for the quantity field in the other form $signup_field = ‘frm-signup-item‘; // change to the field key of the dynamic field that should…Continue reading