Registration for the Diwali Gathering
IMG_0477.tribe-events-nav-previous{ display:none!important; } function get_total(adult,child){ var total=0; var i; for(i=1;i<=$("#adult").val();i++){ if(i<=2){ total=total+(40); } else{ total=total+(30); } } document.getElementById("total").innerHTML= "Grand Total : $"+total; $('input').val(total); document.getElementById("grand_total").value=total; } function validateEmail(email) { return 1; […]