• Ok, hope it doesn’t come out as a too long or hard to understand.

    The situation and the problem:

    I have a website where users can enter certain information through forms.The information is about local companies, reviews, think of it as a Glassdoor. It’s going well, but every time I want to display some of the things visitors posted I need to manually create it and add on a page. Plus, there is no viable search option. This option works so far (even though not all comments are displayed) but the popularity is increasing and it’s getting harder to handle, plus users are requesting better options.

    What do I need:

    A plugin(s) (if such exists) which will allow me the following things:
    1. Automatically (after admin approval) display the review visitor added through the form
    2. Categorize inputs by type (i.e. restaurants, hotels,etc) and by company (i.e. specific company will have kind of profile will all reviews)
    3. Option to easily navigate and SEARCH through all reviews.

    I’m not a developer, but I have intermediate knowledge and can easily go through most instructions.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • If this was my task, I would use Gravity Forms.

    https://docs.gravityforms.com/post-body/

    It is best used with a Custom Post Type. Why? So you can have a specific page or pages for these posts that are not related to other posts.

    A site visitor enters a form (Gravity Form). In that form’s setup, the Post Fields are used and set to a template that creates a new post based on the data entered in the form. The new post can be held for approval or editing.

    You can use options like user registration, and even add payments.

Viewing 1 replies (of 1 total)
  • The topic ‘Reviews plugin’ is closed to new replies.