• Hi,

    We added lines 27 to 34 of /contact-form-7-star-rating/js/jquery.wpcf7-starrating.js to clear the form on submit success – we’d like to see this code added to the plugin in future releases…

    // Added by Profitable Web Projects https://www.profitablewebprojects.com
    // modified to clear on form submit success
    $(‘.wpcf7-form’).on(‘reset’, function() {
    $(‘.starrating’).each(function() {
    $(this).find(‘.starrating_number’).html(”);
    $(this).find(‘input’).rating(‘drain’);
    });
    });

  • The topic ‘Clear from on submit success’ is closed to new replies.