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; } function get_next(){ if(document.getElementById("email").value != ""){ if(document.getElementById("name").value != ""){ if(document.getElementById("mobile").value != ""){ document.getElementById("screen2_adult").innerHTML=document.getElementById("adult").value; document.getElementById("screen2_child").innerHTML=document.getElementById("child").value; document.getElementById("screen2_total").innerHTML="Amount Payable : $"+document.getElementById("grand_total").value; $("#screen1").hide(); $("#screen2").show(); var email=$("#email").val(); var name=$("#name").val(); var […]