Move zip next to state in WPForms

jQuery(function($){
// Move zip in form
$('.wpforms-field-address').each(function(){
var $this = $(this),
$zipField = $this.find('.wpforms-field-row-block').last(),
$thirdRow = $this.find('.wpforms-field-row:nth-last-child(2)');
$zipField.appendTo($thirdRow).removeClass('wpforms-first');
$thirdRow.find('.wpforms-one-half').toggleClass('wpforms-one-half wpforms-one-third');
$this.find('.wpforms-field-row').last().remove();
});
});
view raw global.js hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk