Membership Application
$(document).ready( function() { $("#membership_form").submit(function(){return false;}); $("#submit").click(function(){checkForm();}); } ); function checkForm() { var stp = false; var requiredFields = ["found_here"]; $.each(requiredFields, function() { if ($("#" + this).val() == '') {$("#" + this).addClass("errorInput"); stp = true; } else {$("#" + this).removeClass("errorInput");} }); if (stp == true) { alert("Lütfen bilgilerinizi kontrol ediniz!"); return false; } else { //var f = document.forms["membership_form"]; // form name document.forms["membership_form"].submit(); } }
MEMBERSHIP APPLICATION
This Vision West, Inc. (VWI) Membership Application (Application) is made and submitted by the applicant named below (Applicant) for the purpose of joining a membership organization administered by VWI to participate in purchasing tools for ophthalmic products and services. In the event that VWI approves the Application, Applicant's membership in the organization, as well as any purchases made pursuant thereto, shall be governed by the terms and conditions set forth in the VWI Membership Agreement, which is available from VWI.

