Skip to content

Instantly share code, notes, and snippets.

View nowakpiotrek's full-sized avatar

Piotr Nowak nowakpiotrek

View GitHub Profile
@nowakpiotrek
nowakpiotrek / scripts.js
Last active November 12, 2020 18:13
CF7 Multi-Step Addon Plugin (v1.0.0) fix for checkbox validation between steps
(function ( $ ) {
"use strict";
/*
* Plugin trx_mscf_ajax provides Contact Form 7 ajax behaviour
* */
$.fn.trx_mscf_ajax = function(options) {
$.fn.trx_mscf_ajax.options = $.extend( {}, $.fn.trx_mscf_ajax.defaults, options );
return this.each(function(index, container) {