Quotes

Last Updated on September 30, 2018 by Neil Murray

Offer some form of solution in each reply – August 20, 2015

Even if you need to ask your customers for more information to diagnose the problem, at least attempt to offer some form of solution at every opportunity – even if it’s just a case of eliminating the most common problems from the list.

When you do this, you give yourself the opportunity to resolve every ticket at the first time of asking.

Become Great at Managing Feedback – December, 2014

Research shows that for every customer that bothers to complain, another 26 customers have the same problem, yet remain silent.1 Any and all feedback from customers is gold. Even a single complaint is worth putting through whatever system you have for collecting, organizing and processing feedback.

Give Your Employees an Identity Worthy of Ownership – December, 2014

We start to see the real merit in the ways companies like Buffer refer to their support team as “Happiness Heroes.” It’s not to create distance between the traditional service rep title; it’s a clear-cut way to show how the company values support and what they expect this department to achieve (not placating customers, but truly making them happy). It is more meaningful for employees to “make people happy” than it is to “provide customer service.” The objective directly affects motivation.

Tim Carr – A Guide to Providing Quality Customer Support – April, 2014

I looked at other ways to engage with the customer after their purchase. One great way of doing this is to add them to a mailing list upon their purchase, and setup an auto-responder follow up email 24 or 48 hours after their purchase.

Hi,
Tim from WP Cube here. Just wanted to follow up on your recent plugin purchase to see how you’re getting on.
If you have any questions, need help, happy with your purchase (or not!), do reply to this email and I’ll be happy to help out. I’m keen to hear all feedback, good or bad.
Thanks,
Tim,
WP Cube

Pippin Williamson – Getting good at support – October 15, 2013

Conflict with your theme or another plugin are an unfortunate fact of life in the WordPress eco-system.

I’m sorry to hear that you are having trouble, but we are more than happy to help you work through all of issues you are experiencing. Typically this kind of problem comes from a simple conflict with your theme or another plugin. With just a little information from you, we should be able to diagnose the issue and track down the source of the problem.

Get used to stepping back, putting myself in their shoes, replying kindly, and finding a solution no matter how long it takes.

Most people are one curly bracket or disabled plugin away from remedying the issue.

Ian Dunn – Support Expectations for Meta Plugins in the WordPress.org Repository – September 17, 2013

Since we have a lot of things we want to accomplish, and a limited set of resources, my opinion is that we should provide product support, but not user support. i.e., we should fix bugs and security vulnerabilities, but not help people who are having trouble using the plugin, or who want to customize it to fit their specific needs.

Support Expectations:
We created this plugin to scratch our own itch, and are happy to offer the code to the community in the spirit of open source. We are only able to provide limited support, however. If you find a legitimate bug or security vulnerability∗, please let us know; we take those seriously and will fix them.
On the other hand, if you’re just having trouble using the plugin, or making it fit your specific needs, then you’ll need to solve the problem yourself, hire a developer, or get help from the community.
∗ If you do find a security issue, please disclose it to us privately by sending an e-mail to security@wordpress.org, so that we can release a fix for it before you publish your findings.

Help Scout

Last Updated on September 30, 2018 by Neil Murray

Help Scout

https://secure.helpscout.net/

CF7 Support

Email Address: cf7support@cf7skins.com
Forwarding cf7support@cf7skins.com to support.17358.8fe698f6fc9a63cc@helpscout.net

CF7 Skins Support

Email Address: help@cf7skins.com
Forwarding help@cf7skins.com to support.6769.37aad02f81e16675@helpscout.net

Controlling Form Spam in Contact Form 7

Last Updated on January 29, 2019 by Neil Murray

Articles

Plugins

Docs

Using Fieldsets in your forms

Last Updated on July 24, 2018 by Neil Murray

Explain to users why they should use Fieldsets in their forms and how to do that using CF7 Skins.

https://www.google.com.au/search?q=why+use+fieldsets

The grouping and labelling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.

The HTML 4.1 specification introduced a method for grouping and labeling related form controls.

The fieldset element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigation for speech-oriented user agents. The proper use of this element makes documents more accessible.

The legend element allows authors to assign a caption to a fieldset. The legend improves accessibility when the fieldset is rendered non-visually.

See Fieldsets, Legends and Screen Readers
http://stackoverflow.com/questions/9741328/why-do-we-need-a-fieldset-tag
http://www.456bereastreet.com/archive/200904/use_the_fieldset_and_legend_elements_to_group_html_form_controls/

Using the Contact Form DB plugin with your CF7 forms

Last Updated on July 24, 2018 by Neil Murray

My experience is that the submission storage plugins are very robust and rarely fail to save a CF7 form submit.

They are not however always a good indication of CF7 sending emails. The green “Your message was sent successfully” message is a much clearer indicator that CF7 is sending the email.

The submission storage plugins appear to save a CF7 form submit even if the email is not sent due to a Javascript Conflict or unallowed From: email address.

This is partly why I think they are so often used by experienced WP users – they provide a robust record of all form submissions even when things go a little wrong.

Using the Contact Form 7 Dynamic Text Extension plugin

Last Updated on July 24, 2018 by Neil Murray

http://wordpress.org/plugins/contact-form-7-dynamic-text-extension/

Contact Form 7 is an excellent WordPress plugin, and the CF7 DTX Plugin makes it even more awesome by adding dynamic content capabilities. While default values in Contact Form 7 are static. CF7 DTX lets you create pre-populated fields based on other values. Some examples might include:

Auto-filling a URL
Auto-filling a Post ID, title, or slug
Pre-populating a Product Number
Referencing other content on the site
Populating with post info
Populating with user info
Populating with custom fields
Any value you can write a shortcode for

There are many more case-specific examples. I searched for a solution, and there are some decent hacks out there. Many of them are explored in this forum topic: Contact Form 7 Input Fields Values as PHP Get-Viarables. However, they all involved hacking the current Contact Form 7 code, which means next time the plugin is updated their edits will be overwritten. That’s bad.

This Dynamic Text Extension plugin provides a more elegant solution that leaves the Contact Form 7 Plugin intact.

See also http://sevenspark.com/wordpress-plugins/how-to-dynamically-set-the-recipient-to-email-address-in-contact-form-7

See also http://sevenspark.com/tutorials/how-to-create-a-counter-for-contact-form-7

See also http://sevenspark.com/code/how-to-create-a-dynamic-wordpress-contact-form

Why we use Fieldset, Legend & Lists in CF7 Skins

Last Updated on July 24, 2018 by Neil Murray

Using Fieldsets & Labels

http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html

Styling Forms using Unordered & Ordered Lists

http://stackoverflow.com/questions/860745/p-vs-ol-or-ul-for-form-styling
http://stackoverflow.com/questions/1395514/is-it-acceptable-to-use-tables-for-forms-or-is-it-still-more-correct-to-use-div
http://stackoverflow.com/questions/109488/is-it-bad-design-to-use-table-tags-when-displaying-forms-in-html