• Resolved nasarakhan

    (@nasarakhan)


    Hi,
    The thing is I’ve created a Post Form using WPUF. And in that form I’ve created some custom fields.
    So, when a user fills that form and clicks on SUBMIT. Then only the Author name, Post Title, Description etc. is only received to me in email.
    What I want is that when the user hits submit all the data including the custom fields should be sent directly to me Via Email.
    I mean by custom fields like Height, weight etc etc

    This is what I get in email notification, when someone fills the form
    `Post Title: %post_title%
    Description: %post_content%
    Short Description: %post_excerpt%
    Author: %author%
    Post URL: %permalink%
    Edit URL: %editlink%

    I also want that custom information through email.
    Please guide me if it’s possible what I want to achieve. If yes, how would I achieve it.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nasarakhan

    I hope you are doing great. Thanks for asking this question, it may help many other people who have got the same query.

    If you want to add the custom filed’s data in the email notification of a post form of WP User Frontend, then you will need to use a custom variable in your email template. You will need to name the variable like %custom_[the meta key of your custom field]%. For example, if the custom field you have added has a meta key named gps_coordinate then you will need to add a variable in your email template naming like %custom_gps_coordinate% to see the data of that custom field.

    I believe it will help you achieve your goal. Thank you for keeping faith in WP User Frontend. Wish you have a great day!

    Hi there,

    Due to the inactivity of the thread, I’m making this as resolved.

    Please open a new topic for further new issues/queries.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Collecting and Sending Custom Data in Email using WPUF’ is closed to new replies.