• Resolved meranvh99

    (@meranvh99)


    With the default setting when I receive a message that someone wants to be called it look like this:

    _wp_http_referer: /
    name: gdfgdf
    phone: 59817289
    custom_date: 2222-02-02
    custom_time: 05:01
    custom_comment: gtdfgdf

    I writed a custom message so I can see only Name and phone, but I want to see also de date, time and the comment, the problem is I dont know what I have to put in the [ ] field.

    Can you tell me how to do it pls?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor vadim8vz

    (@vadim8vz)

    Hi, on this page /wp-admin/options-general.php?page=vdz_call_back in your admin panel you can checked “Use custom mail” option and use “Custom mail Text” template for your mail

    Plugin Contributor vadim8vz

    (@vadim8vz)

    If you use custom field like this:

    
    <input name="custom_date" type="date" required>
    

    in “Custom form fields” option
    Just put in “Custom mail Text” your field name like this:

    
    [custom_date]
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the body of email’ is closed to new replies.