Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Submit Button Conditionally #8117
    dmarzean
    Participant

    I am having issues duplicate this. I am using this code:

    <script>
    jQuery(document).ready(function ($) {
    $('.iphorm_3_31').change(function () {
    if ($(this).val() === '') {
    $('.iphorm-submit-wrap-1').hide();
    } else {
    $('.iphorm-submit-wrap-1').show();
    }
    }).change();
    });
    </script>

    iphorm_3_31 is my drop down…

Viewing 1 post (of 1 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy