Change values of form-entry in admin and auto-reply mails
-
Hello,
I’m still struggling with the use of
add_action('cforms2_after_processing_action', function ($cformsdata) {
as described in the file my-functions.php.txt.
I want to test and modify some values of
$cformsdata['data']
and it seems to work. As the last line of the function I reassign the new values with$cformsdata['data'] = $form;
but in the admin and auto-reply-mail I still get the old original values of $cformsdata. How do I return and change them so the admin-mail shows and sends out my modified values?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Change values of form-entry in admin and auto-reply mails’ is closed to new replies.