Server IP : 144.76.124.212 / Your IP : 216.73.216.138 Web Server : LiteSpeed System : Linux l4cp.vnetindia.com 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : rakcha ( 1356) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home5/rakcha/www/user/js/pages/ |
Upload File : |
$(".tab-wizard").steps({ headerTag: "h6" , bodyTag: "section" , transitionEffect: "none" , titleTemplate: '<span class="step">#index#</span> #title#' , labels: { finish: "Submit" } , onFinished: function (event, currentIndex) { swal("Your Form Submitted!", "Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor."); } }); var form = $(".validation-wizard").show(); $(".validation-wizard").steps({ headerTag: "h6" , bodyTag: "section" , transitionEffect: "none" , titleTemplate: '<span class="step">#index#</span> #title#' , labels: { finish: "Submit" } , onStepChanging: function (event, currentIndex, newIndex) { return currentIndex > newIndex || !(3 === newIndex && Number($("#age-2").val()) < 18) && (currentIndex < newIndex && (form.find(".body:eq(" + newIndex + ") label.error").remove(), form.find(".body:eq(" + newIndex + ") .error").removeClass("error")), form.validate().settings.ignore = ":disabled,:hidden", form.valid()) } , onFinishing: function (event, currentIndex) { return form.validate().settings.ignore = ":disabled", form.valid() } , onFinished: function (event, currentIndex) { swal("Your Form Submitted!", "Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor."); } }), $(".validation-wizard").validate({ ignore: "input[type=hidden]" , errorClass: "text-danger" , successClass: "text-success" , highlight: function (element, errorClass) { $(element).removeClass(errorClass) } , unhighlight: function (element, errorClass) { $(element).removeClass(errorClass) } , errorPlacement: function (error, element) { error.insertAfter(element) } , rules: { email: { email: !0 } } })