Tagged: CONTACT FORM
Hello,
we’re using Enfold’s Contact Form tool.
Is it possible to add a required text field named “Subject” and receive the email with that subject chosen by the client instead of the static subject “New Message (sent by contact form at…………….)”?
It will be much easier to manage the emails when the content is already clear from the subject
I have seen another thread but it is quite old (from 2013)
https://kriesi.at/support/topic/mail-subject/#post-138433
I read that it was added as requested feature but I don’t see it has been done
Thank you
Mauro
Hey profumopuntoit,
No this has not been implemented. I’m not sure it will be implemented soon.
You might want to use some plugin to have more flexibility with forms and customizing emails.
If you need further assistance please let us know.
Best regards,
Victoria
I was hoping you were offering a snippet, something like
(example taken from Formidable knowledgebase):
add_filter(‘frm_email_subject’, ‘change_subject’, 10, 2);
function change_subject($subject, $atts){
extract($atts);
if($form->id == 45){ //Replace 45 with the ID of your form.
$subject = ‘Thank You’; //Replace Thank You with your email subject
}
return $subject;
}
but with a dynamic value of subject taken from “avia_3_1” field
Hi profumopuntoit,
This kind of customization will not be as simple as this snippet, unfortunately.
Best regards,
Victoria
Ok thank you
The link https://kriesi.at/support/enfold-feature-requests/?addentry to add a requested feature is not working since long. Why?
Hi profumopuntoit,
Yes, it is not working at the moment. I’ll flag your thread for Yigit as a feature request.
Best regards,
Victoria
Thank you Vctoria
you can close