Linux 软件免费装
Banner图

DX Contact Form Success Page for Jetpack

开发者 devrix
更新时间 2020年10月14日 19:03
PHP版本: 4.4.19 及以上
WordPress版本: 5.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email form contact form contact jetpack message success jet pack

下载

0.1 0.2 0.3 0.3.1 0.4 0.4.1 0.4.2 0.4.3 0.4.4

详情介绍:

DX Contact Form Success Page for Jetpack 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 '<div style="background:green;border:1px solid #555">' . $message . '</div>'; }); 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

常见问题:

I am getting the default Jetpack success message, what is wrong?

You must set a custom message in the plugin settings first in order for the plugin to use it to filter the default Jetpack message.

更新日志:

0.4.4 0.4.3 0.4.2 0.4 0.3 0.2 0.1