Tagged: CONTACT FORM
-
AuthorPosts
-
November 22, 2018 at 4:02 pm #1036579
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-138433I read that it was added as requested feature but I don’t see it has been done
Thank you
MauroNovember 26, 2018 at 7:35 pm #1037746Hey 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,
VictoriaNovember 27, 2018 at 1:19 pm #1037976I 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-
This reply was modified 6 years, 11 months ago by
profumopuntoit.
November 27, 2018 at 9:50 pm #1038221Hi profumopuntoit,
This kind of customization will not be as simple as this snippet, unfortunately.
Best regards,
VictoriaNovember 28, 2018 at 12:09 pm #1038450Ok thank you
The link https://kriesi.at/support/enfold-feature-requests/?addentry to add a requested feature is not working since long. Why?November 29, 2018 at 1:18 pm #1038931Hi profumopuntoit,
Yes, it is not working at the moment. I’ll flag your thread for Yigit as a feature request.
Best regards,
VictoriaNovember 29, 2018 at 3:06 pm #1038974Thank you Vctoria
you can closeDecember 1, 2018 at 4:08 pm #1039667 -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts
- The topic ‘Dynamic email subject generated with Enfold’s Contact Form tool’ is closed to new replies.
