You should have a new link in your dashboard to access the submissions from that plugin.
Yes I can access the submission which is the question or answer but where is the email of the person who submitted it? I don’t see any individual or collective information about that.
1. user submit a question
2. user has to insert email address, name and captcha
3. as admin I see new question in the “questions” section
but Where is the email displayed of that user? There is no point asking for name and email in this plugin if i cannot access it.
Hi,
At the moment, you can find the username & email of the anonymous user in your dashboard. The plugin does not store in there. In this case, can use the query to get the email and info of the anonymous. However, I think we will discuss it in the next version.
Regards,
Dominic from DesignWall team.
DesignWall,
Can you please clarify where in the dashboard this is located? Or how to use the query to get the email info?
Hi Dumples,
Thank you for getting in touch with us. We appreciate that.
You can log into PHPMyAdmin and use this query to get the email info
SELECT * FROM wp_posts JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE wp_postmeta.meta_key = '_dwqa_anonymous_email' AND wp_posts.post_type = 'dwqa-question'
If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.
[Signature removed by moderator per forum rules.]
@designwall: Will you please review https://codex.wordpress.org/Forum_Welcome#Signatures
The forum moderators are becoming a little tired of editing all of your posts.
Hi Esmi,
Thank you for reminding us. We’re removing the backlinks now.
Regards,
DesignWall Team.