17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_brfore_send_mail_chnage_value

1 min read

Usage:


add_filter('arf_brfore_send_mail_chnage_value', 'your_function', 10, 3);
function your_function($field, $entry_id, $form_id){

//Customize field values.
if($field->field_type == 'FIELD-TYPE'){
$field->entry_value = 'CUSTOMIZE ENTRY VALUE';
}

return $field;
}





Parameters:




$field

Array of field options and entry values.




$entry_id

Entry ID created after form submission.




$form_id

Form ID.



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.