Home › Forums › Quform WordPress › Trouble with 2.12.1
My own plugin (modified with your help) for Quform works up to 2.12.0 since years perfect. On 2.12.1 I get an error: AJAX ERROR.
Please take a look, where the problem is:
add_action('quform_pre_send_notification', function (PHPMailer $mailer, Quform_Notification $notification, Quform_Form $form) { $mailer->addStringAttachment(iconv('UTF-8', 'UTF-16', $mailer->Body), 'attachment.txt'); }, 10, 3);
MANY THANKS!
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
THANKS Ally, works fine!!!!!