Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 6001

webheadllc on "[Plugin: Contact Form 7 Multi-Step Forms] Accessing to Second Form Without Filling Out First Form"

$
0
0

You can try add the following to your functions.php file. I don't know if it will work since I haven't tried it. If this doesn't work the it can't be done without modifying the plugin code.

function cf7msm_no_message() {
  return null;
}
add_filter('wh_hide_cf7_step_message', 'cf7msm_no_message');

Viewing all articles
Browse latest Browse all 6001

Trending Articles