I need a plugin on WordPress that allows the user to enter their testimonials, ie:
web site
date
name
comment
That sort of thing, and then a widget that means it can be shown at random.
I've seen lots of Testimonial's widgets, but none that seem to allow a form for the customer to actually put in their comment!!!
Obviously it would need some moderation.
Word Press: is there a good Testimonials plugin?
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Word Press: is there a good Testimonials plugin?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Word Press: is there a good Testimonials plugin?
I did a quick Google and they do look to be mostly lacking. More specifically, they seem to offer some features for free and others, including testimonial submission, in their premium versions. This wouldn't be terribly difficult to write yourself, though. One custom post type, one widget, one form, and you're mostly done.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Word Press: is there a good Testimonials plugin?
a custom post page yes, I could do that easily. The custom form plugins make that pretty straight forward, but I wouldn't know how to make them insert into the database.
Are there any good "form plugins" that you tell it what form fields you need and then it auto creates?
Are there any good "form plugins" that you tell it what form fields you need and then it auto creates?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Word Press: is there a good Testimonials plugin?
Contact Form 7 seems a good idea. So you take the testimonials via email, and then punch them into the Testimonials system yourself.
But, the damn form is a pain. One min it works, then you add a Radio button segments, like 1, 2, 3, 4, 5.... and that brings up
"Failed to send your message. Please try later or contact the administrator by another method.".
If I then remove it, reload page CTRL + R, it still fails.
But, the damn form is a pain. One min it works, then you add a Radio button segments, like 1, 2, 3, 4, 5.... and that brings up
"Failed to send your message. Please try later or contact the administrator by another method.".
If I then remove it, reload page CTRL + R, it still fails.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Word Press: is there a good Testimonials plugin?
Here is the cause:
https://wordpress.org/support/topic/plu ... inistrator
It thinks, because I am asking them to name the web site, it's referring to it as spam.
So how do I stop it thinking a field that is "web-site", is spam??
https://wordpress.org/support/topic/plu ... inistrator
It thinks, because I am asking them to name the web site, it's referring to it as spam.
So how do I stop it thinking a field that is "web-site", is spam??
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.