Hi, i absolute need to send a form directly to author post email like recipient. So, i found this solution but do not fuction:
is it possible to set the recipients email address to the post authors email address?
Yes, you have to mofidy common.php lines 676-679.
if ($form->getId() == 1) { // The post ID that the form is on is set in $_POST[‘post_id’] you can use that to get the post author email
$mailer->AddAddress($postAuthorEmail); } else { //… the original code from lines 676-679 } You’ll need to change $form->getId() == 1 to the ID of your form. Also keep in mind that these changes will be overwritten if you update the plugin.
I MAKE ALL BUT NO FUNCTION, I LEAVE ON THE QUFORM BACKEND BLANK FIELD LIKE RECIPIENT.