JS [Paid Member Subscriptions & Profile Builder]: Return to Last Form Tab on Completed Form Submission
document.addEventListener(‘DOMContentLoaded’, function() { // Function to show a tab given the index function showTab(index) { // Get all tabs and tab content elements var tabs = document.querySelectorAll(‘.wppb-msf-tabs’); var contents = document.querySelectorAll(‘.wppb-msf-step’); // Hide all tab content and remove active class…Continue reading