Wordpress plugins
JetPack Contact Form Success Message

JetPack Contact Form Success Message

Version : 0.4.2
Tested up to : 4.7.6
Number of download : 2230
Author : Samuel Elh
Average rating : 5 / 5 on 3 votes 3 votes, 5 avg.rating

Screenshots

JetPack Contact Form Success Message
JetPack Contact Form Success Message
JetPack Contact Form Success Message
JetPack Contact Form Success Message

JetPack Contact Form Success Message replaces the default success message showing after successfully submitting a contact form, with your custom message. This little plugin can be handy for telling your clients about the deadlines to reply, how long it is going to take to get a reply to their contact, etc.. You can also filter entire post/page content to display only the success message, in case of course the contact form is sent. You can style the message better, there is a filter jpcfsm_message_content_loaded you can use for this regard. Assuming for example you want to wrap the message in a green box with a black border, this code can help you achieve it easily without the need to use extra plugins or style thrugh the content editor: Add to your child theme’s functions file: add_filter('jpcfsm_message_content_loaded', function($message) { return '' . $message . ''; }); For support threads please use the support section of this plugin here on the forums. If you want to send out a private note or idea or something, then you can contact me here Thank you! TODO: Format the message with contact form submitted user data

Download now