• Resolved luisgautoria

    (@luisgautoria)


    Hello

    I’m looking for to show the user’ review email in latest review list widget and I can’t find it. How can I do that? User can save his email in the form but it doesn’t appear in any other place.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    The submitted email is not intended to be displayed. The only way to do this is to use a custom review.php template in your child theme (please see the FAQ help page to learn about the templates) where you can output the email like this: <?= $review->email; ?>

    If you do this, you will need to alert your users that their email will be displayed publicly, and update your privacy policy page, etc.

    If this is for your site admins, you may want to consider enabling the email column on the All Reviews page in the admin instead.

    • This reply was modified 2 years, 6 months ago by Gemini Labs.
Viewing 1 replies (of 1 total)
  • The topic ‘Email field in latest review list’ is closed to new replies.