Hi there, the code below used to work and does not anymore. Any assistance would be greatly appreciated.
Thanks
function my_send_form_user_copy($mailer, $form, $attachments) { $email = $form->getValue(‘iphorm_2_3’); if ($email) { $mailer->AddAddress($email); $mailer->SingleTo = true; // Hide the recipient email addresses from each other }
function my_send_form_user_copy($mailer, $form, $attachments) { $email = $form->getValue(‘1_102’); if ($email) { $mailer->AddAddress($email); $mailer->SingleTo = true; // Hide the recipient email addresses from each other }