Viewing 2 replies - 1 through 2 (of 2 total)
  • In the listing_contact_form.php, you can set the subject of the email sent through the contact form.

    Line 13:
    $subject = “Listing #”.$ListingDetails->listing_id.” Inquiry (“.date(“m/d/y”).”)”;

    You could attach your custom field in there, or even just use the listing ID as the reference number. Then you wouldn’t have any problem..?

    Thread Starter a3lxk

    (@a3lxk)

    Hi,

    i replaced the $ListingDetails->listing_id with $ListingDetails->listing_label

    My client likes something else too.

    He want the From: field replaced with the email adress that is filled
    in the Contact form.

    So when a customer fills in his emailadress,this has to be put in the From header in the email.

    Thanx again for the respond

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mail subject – custom field in email’ is closed to new replies.