17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_update_form_option_outside

1 min read

Usage:


add_filter('arf_update_form_option_outside', 'your_function', 10, 4);
function your_function($options,$json_data,$old_value_id,$new_value_id){
if($options['outside_options'] == $old_value_id){
$options['outside_options'] = $new_value_id;
}
return $options;
}





Parameters:




$options

Array Of Forms Options.




$json_data

Array of Values of Form Options.




$old_value_id

Selected Field ID For Option Before.




$new_value_id

Selected New Field ID For Option.



facebook icon

Brian Denim

Brian is a WordPress expert with a decade of dev experience, a knack for technical writing, a film buff, and an outdoor enthusiast.

© 2024 Repute InfoSystems - All Rights Reserved.