• <script>
    jQuery(document).ready(function($){
    var recalc=function(){
    cf7Calculate(jQuery(‘form’));
    };
    jQuery(‘input[type=text],input[type=number],input[type=date],select’).on(‘change’,
    recalc);
    });
    </script>

    <div class=”fusion-one-third fusion-layout-column”>Check In Date[date* date-chkin min:today max:12-31-2025 step:1 buttons]</div>
    <div class=”fusion-one-third fusion-layout-column fusion-spacing-last”>????? Check Out Date[date* date-chkout min:today max:2025-12-31 step:1 buttons]</div>
    <div class=”fusion-one-third fusion-layout-column”>No Of Nights[calculation noofnights id:noofnights “date-chkout-date-chkin”][calculate_button]
    </div>

    Using This Script In CF7 Additional Settings. But Return Is Not Coming

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Auto Calculation Not Working Through Script’ is closed to new replies.