Save a due date
add_filter(‘frm_add_entry_meta’, ‘change_due_date’); function change_due_date($new_values) { if($new_values[‘field_id’] == 6103 and !is_admin()) { // 776 is the Due Date field on the form – note that this field must have a value in it on form submit or this code will not…Continue reading