Create Sarahah Style Feedback Page For WordPress In 3 Simple Steps

Recently a website named Sarahah.com has been gaining a lot of popularity. Sarahah is a website where you can sign-up to create a feedback page for yourself or your company.

Sarahah

To quickly try this in action, see my page on Sarahah.

You can share this page with your friends and they can leave you anonymous feedback without signing up or sharing their identity. The ideology is that the anonymity will motivate people to give you unfiltered honest feedback.

This is very similar to the Ask Me Anything pages on Tumblr but the users who leave messages are anonymous.

Here are some examples of feedback users shared on twitter.

If you want to create a similar anonymous feedback page on your WordPress website and let users write to you anonymously, this tutorial is for you.

For this tutorial, we will use my Ask Me Anything Anonymously WordPress plugin.

Step 1 – Install Ask Me Anything Anonymously WordPress Plugin

Install the Ask Me Anything plugin like you would install any other WordPress plugin.

Go to WordPress Admin > Plugins > Add New > Search for “Ask Me Anything (Anonymously)” and you should see this.

WordPress Admin Plugins Add New Ask Me Anything

WordPress Admin > Plugins > Add New > Ask Me Anything

Install and activate the plugin.

Step 2 – Customize And Generate Shortcode Using The Shortcode Generator

Once you activate the plugin navigate to WP Admin > Settings > Ask Me Anything. You will find a shortcode generator.

Ask Me Anything Shortcode Generator

Ask Me Anything Shortcode Generator

To match the style of Sarahah, you need to modify three options.

  1. Change “Question Box Title” to “Leave a constructive message :)”.
  2. Change “Submit Button Text” to “Send”.
  3. Change “Show Questions List” to “Hide”. If not, all the questions and your answers will be displayed to the public.

Step 3 – Add Shortcode To A Page And Publish

Copy the shortcode you generated in the previous step and paste it to any Page or Post and Publish the page.

In our example, the generated shortcode will look like this:

[askmeanythingpeople question_box_title="Leave a constructive message :)" ask_button_text="Send" show_answers="false"]

Remember to enable comments on the page, if not the plugin will not work. The plugin uses the WordPress comment form to function and will fail to work on pages or posts with comments disabled.

Enabling Comments In WordPress

Enabling Comments In WordPress

This is what the resulting page will look like.

Sarahah Style Feedback Page

Sarahah Style Feedback Page

I added some custom CSS to remove the Post Meta and make the textarea look better. You might have to add some CSS depending on your theme as well.

.page-id-310 .post-meta {
  display: none !important;
}
 
.page-id-310 .ama-question-box textarea {
  margin-top: 10px !important;
}

You can easily add this via the Custom CSS tab in the Ask Me Anything plugin.

Custom CSS Tab In Ask Me Anything

Custom CSS Tab In Ask Me Anything

Conclusion

I hope this helps you build a Sarahah style feedback page. If you have any questions please let me know through comments.

I have an active Ask Me Anything page here if you want to ask me questions anonymously.

Hello, I am Arun Basil Lal. Thank you for reading!

I am a WordPress product developer and creator of Image Attributes Pro. I am passionate about solving problems and travelling the world.

Divi WordPress Theme - My Review

Divi WordPress Theme
Divi is a WordPress theme that web designers do not want you to know. It comes with a drag-and-drop theme builder. You can build beautiful looking unique websites without touching a line of code. Just choose from one of the many pre-made layouts, or pick elements and arrange them any way you like.

Divi is every WordPress developer's wet dream. Surprise your clients with neat responsive websites and have fun building them.

Divi comes from Elegant Themes. If you enjoy building websites, you *need* an Elegant Themes membership. 87 beautiful themes and 5 plugins for the cost of less than a candy-bar each!


Note: I am an avid user of Divi myself and this is a honest review. I wouldn't recommend something that I do not personally find amazing.

Leave a Reply

Your email address will not be published. Required fields are marked *

*