var c_html_renew=''; c_html_renew+='

Renouveller son adhésion

'; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=''; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=''; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=' '; c_html_renew+=''; c_html_renew+='
'; c_html_renew+='
'; c_html_renew+=' '; c_html_renew+=' '; c_html_renew+='
'; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=' '; c_html_renew+=' '; c_html_renew+='
'; c_html_renew+=''; c_html_renew+=''; c_html_renew+=''; c_html_renew+='
'; c_html_renew+='Traitement en cours   '; c_html_renew+='
'; c_html_renew+='
Votre formulaire à été envoyé.
'; c_html_renew+='
Il y a eu un problème lors de l\'envoi de votre formulaire, vous devez recommencer ou contacter l\'administrateur.
'; c_html_renew+=''; c_html_renew+=''; c_html_renew+=''; c_html_renew+=''; c_html_renew+=''; c_html_renew+='
'; c_html_renew+=''; c_html_renew+=''; c_html_renew+=''; $("#res_assoform2").html(c_html_renew); function validateFormRenew() { $("#res_progress_renew").css("display","block"); $("#bt_submit_renew").css("display","none"); $("#res_error_renew").css("display","none"); var form = $("#registration-form-renew"); var formData = new FormData(form[0]); var x=false; $.ajax({ type: "POST", enctype: 'multipart/form-data', url: $(form).attr('action'), data: formData, processData: false, contentType: false, cache: false, timeout: 600000, success: function (data) { $("#result").text(data); console.log("SUCCESS : ", data); if(data=="oo"){ $("#res_success_renew").css("display","block"); form[0].reset(); } else{ $("#res_error_renew").css("display","block"); $("#bt_submit_renew").css("display","block"); } $("#res_progress_renew").css("display","none"); }, error: function (e) { $("#result").text(e.responseText); console.log("ERROR : ", e); //$("#btnSubmit").prop("disabled", false); } }); return false; } $( document ).ready(function() { // console.log( "ready!" ); });