Questions & Answers

Collect questions from guest and allow customers to answer them.

Usage

Place this snippet somewhere in your product's template.

	{{ craft.qarr.display(product) }}

NOTE

This will give you both questions and reviews. If you just want to display questions & answers, set reviews to false

	{{ craft.qarr.display(product, {
		reviews: false	
	}) }}

Question Modal

Question modal will have 3 required/mendatory fields. Full Name, Email Address, and Feedback textarea. If you require to collection more user information you can use Displays to do so.

An image

Questions Index

You can manage submitted questions at questions page. Similar to other craft elements, you can set status, delete, search, and filter the questions. Customize your sidebar to add more table columns or change order or your product types.

An image

Question Entry

For each submission you can update status, reply to submitter by email and approve answers.

An image

Email Correspondence

Any correspondence by email will be saved and displayed inside each entry.

Approving Answers

You will need to moderate answers by approving or rejecting them.

An image