customize cfdb7_before_send_mail
-
in cfdb7_before_send_mail where the data is being inserted
$cfdb->insert( $table_name, array( 'form_post_id' => $form_post_id, 'form_value' => $form_value, 'form_date' => $form_date ) );I need do some manipulation on field data. So how can I do it using my theme. I want to check some conditions and can be insert only if that condition is true otherwise not. I don’t want to do this in plugin’s main file
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘customize cfdb7_before_send_mail’ is closed to new replies.