Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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-138433

    I read that it was added as requested feature but I don’t see it has been done

    Thank you
    Mauro

    #1037746

    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

    #1037976

    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

    #1038221

    Hi profumopuntoit,

    This kind of customization will not be as simple as this snippet, unfortunately.

    Best regards,
    Victoria

    #1038450

    Ok thank you
    The link https://kriesi.at/support/enfold-feature-requests/?addentry to add a requested feature is not working since long. Why?

    #1038931

    Hi profumopuntoit,

    Yes, it is not working at the moment. I’ll flag your thread for Yigit as a feature request.

    Best regards,
    Victoria

    #1038974

    Thank you Vctoria
    you can close

    #1039667

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Dynamic email subject generated with Enfold’s Contact Form tool’ is closed to new replies.