
Element.prototype.remove = function() {
    this.parentElement.removeChild(this);
}

NodeList.prototype.remove = HTMLCollection.prototype.remove = function() {
    for(var i = 0, len = this.length; i < len; i++) {
        if(this[i] && this[i].parentElement) {
            this[i].parentElement.removeChild(this[i]);
        }
    }
}

function setEvent(htmlElem, event, func) {
        if (htmlElem.attachEvent) {
            htmlElem["e" + event + func] = func;
            htmlElem[event + func] = function () { htmlElem["e" + event + func](window.event); };
            htmlElem.attachEvent("on" + event, htmlElem[event + func]);
        }else {
            htmlElem.addEventListener(event, func, false);
        }
}

function applyIframeProps(setIFrameProps, elem) {
    return function() {
        setIFrameProps.apply(elem, arguments);
    };
}

var isFormSubmitted = 0;
var iframeID="62486000000034006";

function setIFrameProps(){
    this.interval = setTimeout(function(){
        var iframeElem = document.getElementById(iframeID);
        var height = 0;
        var iFrameHeight = 0;
         try{
            var scrollHeight;
            var offsetHeight;
            if (iframeElem.contentWindow.document.height){
                height = iframeElem.contentWindow.document.height;
                if (iframeElem.contentWindow.document.body.scrollHeight){
                    height = scrollHeight = iframeElem.contentWindow.document.body.scrollHeight;
                }
                if (iframeElem.contentWindow.document.body.offsetHeight){
                    height = offsetHeight = iframeElem.contentWindow.document.body.offsetHeight;
                }
            } else if (iframeElem.contentWindow.document.body){
                if (iframeElem.contentWindow.document.body.scrollHeight){
                    height = scrollHeight = iframeElem.contentWindow.document.body.scrollHeight;
                }
                var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
                if (isChrome) {
                    height = scrollHeight = iframeElem.contentWindow.document.height;
                }
                if (iframeElem.contentWindow.document.body.offsetHeight){
                    height = offsetHeight = iframeElem.contentWindow.document.body.offsetHeight;
                }
                if (scrollHeight && offsetHeight){
                    height = Math.max(scrollHeight, offsetHeight);
                }
            }            
        }catch(e){ }
        iFrameHeight = height;
        if(height === undefined){
            iframeElem.style.height = iFrameHeight;
            if(!iframeElem.style.minHeight){
                iframeElem.style.minHeight = "300px";
            }
        }else {
            var existingHeight = 0;
            if(isFormSubmitted!==1){
                try{
                    if (iframeElem.contentWindow.window.innerHeight) {
                        existingHeight = iframeElem.contentWindow.window.innerHeight - 18;
                    }else if ((iframeElem.contentWindow.document.documentElement) && (iframeElem.contentWindow.document.documentElement.clientHeight)) {
                        existingHeight = iframeElem.contentWindow.document.documentElement.clientHeight;
                    }else if ((iframeElem.contentWindow.document.body) && (iframeElem.contentWindow.document.body.clientHeight)) {
                        existingHeight = iframeElem.contentWindow.document.body.clientHeight;
                    }            
                }catch(e){}
            }
            if (Math.abs(height - existingHeight) > 15){
                iframeElem.style.height = (height)+"px";
                iFrameHeight = (height)+"px";
            }
        }
        var iframeEl = document.createElement("iframe");
        iframeEl.setAttribute("frameborder","0");
        iframeEl.setAttribute("src","https://forms.zohopublic.com/rseauactoria/form/ReceveznotreLivreBlancCommentbiendmarrersaTransmis/formperma/fa522kH1aK5MGgDBA18MgCH6_");
        iframeEl.setAttribute("scrolling","no");    
iframeEl.setAttribute("style","width:100%;height:"+iFrameHeight+"");
iframeEl.setAttribute("allowtransparency","true");
         iframeEl.setAttribute("id","zforms_iframe_id");iframeEl.setAttribute("onload","JSEmbedSupport(this.id);");
var scriptElem = document.getElementById("ZFScript");
        scriptElem.parentNode.insertBefore(iframeEl,scriptElem); 
        document.getElementById(iframeID).remove();
    },100);
}

function createIframe(){
   var iframeCode = "<"+"iframe onload=\"window.parent.scrollTo(0,0);\" src=\"\" allowtransparency=\"true\" frameborder=\"0\" name=\""+iframeID+"\" id=\""+iframeID+"\" style=\"width:100%; border:none; \" scrolling=\"no\"></iframe>";
   document.write(iframeCode);
   var iframeElem = document.getElementById(iframeID);
   var iframeDoc = iframeElem.contentDocument ? iframeElem.contentDocument : (iframeElem.contentWindow.document || iframeElem.document);
   var isIEBrowser = !!window.ActiveXObject;
   if(isIEBrowser){
       try{
           iframeDoc.open();
           iframeDoc.write("");
       }catch(err){
           var hostName = window.location.hostname;
           var dotCount=0;
           var prefixStr="";
           for(var i=0; i< hostName.length;i++){
                var currChar = hostName.charAt(i);
                if(currChar === "."){
                    dotCount++;
                }else if(dotCount === 0){
                    prefixStr+=currChar;
                }
           }
           if(dotCount===2){
               hostName = hostName.replace(prefixStr+".","");
           }
           iframeElem.src= "javascript:void((function(){document.open();document.domain=\'"+ hostName+"\';document.close();})())";
       }
   }
   setEvent(iframeElem, 'load', applyIframeProps(setIFrameProps,this));
   if(window.chrome!==undefined){
       iframeElem.onload = function(){
            try{
                var contentDoc = this.contentWindow.document;
                if(contentDoc!==undefined){
                    var form = contentDoc.getElementById(""+this.iframeID);
                    setEvent(form, "submit", function(){
                        isFormSubmitted=1;
                    });
                }
            }catch(e){}
       }
   }
   iframeDoc.open();
   iframeDoc.write("<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\"> <html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\"><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\"\/><meta name=\"MobileOptimized\" content=\"width\"><meta name=\"HandheldFriendly\" content=\"true\"><meta name=\"apple-mobile-web-app-capable\" content=\"yes\"><meta http-equiv=\"cleartype\" content=\"on\"><meta name=\"apple-itunes-app\" content=\"app-id=805565969, app-argument=myURL\"><meta property=\"og:title\" content=\"Commandez&#x20;notre&#x20;guide&#x20;des&#x20;7&#x20;strat&eacute;gies&#x20;les&#x20;plus&#x20;puissantes&#x20;pour&#x20;r&eacute;ussir&#x20;sa&#x20;transmission\" \/><meta property=\"og:type\" content=\"website\" \/><meta property=\"og:url\" content=\"https:\/\/forms.zohopublic.com\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/formperma\/fa522kH1aK5MGgDBA18MgCH6_\" \/><meta property=\"og:description\" content=\"Remplissez&#x20;ce&#x20;formulaire&#x20;pour&#x20;recevoir&#x20;gratuitement&#x20;notre&#x20;puissant&#x20;Guide&#x20;Strat&eacute;gique&#x20;qui&#x20;a&#x20;permis&#x20;&agrave;&#x20;des&#x20;centaines&#x20;de&#x20;chefs&#x20;d&#x27;entreprise&#x20;de&#x20;trouver&#x20;rapidement&#x20;un&#x20;repreneur&#x20;tout&#x20;en&#x20;leur&#x20;&eacute;vitant&#x20;de&#x20;commettre&#x20;des&#x20;graves&#x20;erreurs.\" \/><title>Zoho Forms<\/title><head><link href=\"https:\/\/img.zohostatic.com\/forms\/Dec_18_2017\/images\/favicon.ico\" rel=\"shortcut icon\"><link rel=\"stylesheet\" href=\"https:\/\/css.zohostatic.com\/forms\/Dec_18_2017\/css\/formsthirdparty.css\"><link rel=\"stylesheet\" href=\"https:\/\/css.zohostatic.com\/forms\/Dec_18_2017\/css\/formslive.css\"><link href='\/formstatic\/fonts?family=Open+Sans:400,700i,700,600i,600,400i,300i,300' rel='stylesheet' type='text\/css'><\/head><link href=\"https:\/\/forms.zohopublic.com\/formstatic\/css\/themes\/default.css\" rel=\"stylesheet\" type=\"text\/css\"  \/><style id=\"CUSTOM_STYLE_TAG\"><\/style><link href=\"https:\/\/forms.zohopublic.com\/formstatic\/css\/themes\/media.css\" rel=\"stylesheet\" type=\"text\/css\"\/><link href=\"https:\/\/forms.zohopublic.com\/formstatic\/css\/themes\/media\/defaultMedia.css\" rel=\"stylesheet\" type=\"text\/css\"\/><script>var i18n = {\"entervalue\":\"Enter\x20a\x20value\x20for\x20this\x20field.\",\"entervalidmail\":\"Enter\x20a\x20valid\x20email\x20address.\",\"entervalidnumber\":\"Enter\x20a\x20valid\x20number.\",\"invaliddecimal\":\"Enter\x20a\x20valid\x20decimal\x20number.\",\"invalidcurrency\":\"Enter\x20valid\x20currency.\",\"invalidurl\":\"Enter\x20a\x20valid\x20website.\",\"invalidphone\":\"Enter\x20a\x20valid\x20phone\x20number.\",\"selectchoice\":\"Select\x20any\x20choice\x20for\x20this\x20field.\",\"chooseoption\":\"Choose\x20any\x20option\x28s\x29\x20for\x20this\x20field.\",\"selectdate\":\"Select\x20a\x20date\x20for\x20this\x20field.\",\"selectrating\":\"Specify\x20your\x20rating.\",\"selecttime\":\"Select\x20any\x20time\x20for\x20this\x20field.\",\"checkfield\":\"Check\x20this\x20field.\",\"choosefile\":\"Choose\x20any\x20file\x20for\x20this\x20field.\",\"contactadmin\":\"Please\x20contact\x20your\x20form\x20administrator\x20for\x20further\x20assistance.\",\"incompletesignature\":\"The\x20signature\x20seems\x20to\x20be\x20incomplete.\",\"matrixchoicemandatory\":\"Choose\x20at\x20least\x20one\x20option\x20from\x20each\x20row.\",\"chooseval\":\"Choose\x20a\x20value\x20for\x20this\x20field\",\"select\":\"\x2DSelect\x2D\",\"wrongverificationcode\":\"Enter\x20the\x20correct\x20verification\x20code.\",\"incompleteinputtime\":\"Invalid\x20entry.\x20Enter\x20time\x20in\x20proper\x20format\x20\x28HH\x3AMM\x20AM\x2FPM\x29.\",\"fileupload\":\"There\x20was\x20an\x20error\x20while\x20uploading\x20file.\x20Please\x20try\x20again.\",\"formclosed\":\"The\x20Form\x20your\x20are\x20trying\x20to\x20access\x20is\x20closed.\",\"donationhintmsg\":\"Min.\x20amount\x20is\",\"paymentdecimallen\":\"Maximum\x20decimal\x20length\x20is\x20\x7B0\x7D\x20digits.\",\"entervalidamount\":\"Enter\x20a\x20valid\x20amount.\",\"moredecimalplaces\":\"Decimal\x20places\x20exceed\x20the\x20maximum\x20decimal\x20length.\", \"emailsnotmatched\":\"EEmail address does not seem to match.\",  \"formPaymentError\":\"Data added successfully! For some reason the Payment hasn&apos;t gone through. Please contact admin to resolve the problem.\", \"invalidentriesfound\":\"Invalid entries found.\", \"correctentries\":\"Please check your entries and try again.\", \"erroroccurred\":\"Error Occurred!\", \"unabletoconnecttosheetserver\":\"Unable to connect to Zoho Sheet server.\", \"internalserver\":\"Error occurred. Please write to us at support@zohoforms.com\", \"paymenttransaction\":\"Transaction failed.\", \"errorinformsubmission\":\"Error occurred while submitting Form.\", \"somethingwentwrong\":\"Something went wrong while submitting the form\", \"checkfieldconfiguration\":\"Please check the field configurations and try again.\" };<\/script><head><script type=\"text\/javascript\" src=\"https:\/\/js.zohostatic.com\/forms\/Dec_18_2017\/js\/formsthirdpartylivejs.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/js.zohostatic.com\/forms\/Dec_18_2017\/js\/formscommonlive.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/js.zohostatic.com\/forms\/Dec_18_2017\/js\/formslive.js\"><\/script><\/head><input type=\"hidden\" name=\"antispam-url\" value=\"https:\/\/as.zoho.com\/cf\/checkurl.cf?URL=\" id=\"antispam-url-id\" \/><!--<script type=\"text\/javascript\" src=\"https:\/\/forms.zohopublic.com\/js\/redirecturl.js\"><\/script>--><!-- Disable antispam redirection temporarily. --><body class=\"backgroundBg\"><div class=\"backgroundSecBg\"><div elname=\"frmTemplate\" class=\"templateWidth\"><div class=\"topContainer\"><\/div><div class=\"centerContainer \"><div id=\"formDiv\"><div id=\"logo-wallpaper\" class=\"fLogowall\" style=\"display:none\"><img id=\"logo-wallpaper-img\" src=\"\"\/><\/div><div id=\"fileuploadtemplate\" style=\"display:none\" ><\/div><form name=\"test\" id=\"test\"><input type=\"hidden\" name=\"formName\" value=\"ReceveznotreLivreBlancCommentbiendmarrersaTransmis\" id=\"formName\"\/><!-- Form Perma will be sent only for PermaUrls --><input type=\"hidden\" name=\"formPerma\" value=\"fa522kH1aK5MGgDBA18MgCH6_\" id=\"formPerma\"\/><input type=\"hidden\" name=\"referrerName\" id=\"referrerName\" value=\"null\"\/><input type=\"hidden\" name=\"isPaymentForm\" value=\"false\" id=\"isPaymentForm\"\/><input type=\"hidden\" name=\"formType\" value=\"0\" id=\"formType\"\/><input type=\"hidden\" id=\"zf_date_format\" name=\"date_format\" value=\"dd-MMM-yyyy\" id=\"formType\"\/><input type=\"hidden\" name=\"isDocsPublicForm\" value=\"false\" id=\"isDocsPublicForm\"\/><input type=\"hidden\" name=\"formrid\" value=\"null\" id=\"formrid\"\/><div class=\"templateWrapper\" id=\"formRedirectURL\"><ul class=\"tempHeadBdr formRelative\"><li class=\"tempHeadContBdr\"><span id=\"logo-formheader\" class=\"formLogo\" style=\"display: none\"><img id=\"logo-formheader-img\" src=\"\" \/><\/span> <h2 class=\"frmTitle\"><em>Commandez notre guide des 7 strat&eacute;gies les plus puissantes pour r&eacute;ussir sa transmission<\/em><\/h2><p class=\"frmDesc\">Remplissez ce formulaire pour recevoir gratuitement notre puissant Guide Strat&eacute;gique qui a permis &agrave; des centaines de chefs d&#x27;entreprise de trouver rapidement un repreneur tout en leur &eacute;vitant de commettre des graves erreurs.<\/p><div class=\"clearBoth\"><\/div><\/li><\/ul><!-- 'FieldElement' class is imported in order to get the key for display name of the component of 'Address' field.'FormField' class is used to get field type of Zoho CRM field.--><div id=\"formBodyDiv\" class=\"formRelative subContWrap topAlign\"><ul elname=\"formBodyULName\" class=\"ulNoStyle\" page_no=\"1\"  ><!-- i) Private form, ii) Perma, iii) Shared form, iv) Theme preview, v) Current Theme --><!-- \"isVisible\"=\"false\": This 'Admin Only' field must not be shown to user. --><!-- \"isVisible\"=\"true\": Case 1: This is not an 'Admin Only' field. Case 2: This 'Admin Only' field must be shown to user. --><!-- Theme Preview, Current Theme - Admin Only fields will be shown. Formula won't be calculated. Field Rules won't be executed. -->				<!-- formMetaData.key=Field link name --><!-- Zoho CRM field : \"FIELD_LIST\" key won't be present. --><li class=\"tempFrmWrapper name namemedium\"  elname=\"livefield-elem\" comptype=\"7\" needdata=\"true\" id=\"Name-li\" compname=\"Name\" isvisible=true    mandatory=\"true\" page_no=\"1\" page_link_name=\"first\"> <label class=\"labelName\">Identit&eacute;<em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><div>				<span>   <input type=\"text\" maxlength=\"255\" elname=\"first\" name=\"Name_First\" value=\"\" invlovedinsalesiq=false \/> <!-- Display name of 'First' component of 'Name' field. --><label class=\"formSubInfoText\">Prenom<\/label> <\/span><span class=\"last\">  <input type=\"text\" maxlength=\"255\" elname=\"last\" name=\"Name_Last\" value=\"\" invlovedinsalesiq=false  		   \/> <!-- Display name of 'Last' component of 'Name' field. --><label class=\"formSubInfoText\">Nom<\/label> <\/span><div class=\"clearBoth\"><\/div><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Name\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper small\"  elname=\"livefield-elem\" comptype=\"9\" id=\"Email-li\" needdata=\"true\" compname=\"Email\" isvisible=true    mandatory=\"true\" page_no=\"1\" page_link_name=\"first\"><label class=\"labelName\">Email<em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><span> <input type=\"text\" maxlength=\"255\" name=\"Email\" value=\"\"  invlovedinsalesiq=false \/><\/span><p class=\"errorMessage\" elname=\"error\" id=\"error-Email\"><\/p><\/div><div class=\"clearBoth\"><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper small\" style=\"display:none;\" elname=\"livefield-elem\" comptype=\"12\" id=\"Dropdown-li\" needdata=\"true\" compname=\"Dropdown\" isvisible=false  mandatory=\"true\" page_no=\"1\" page_link_name=\"first\"><label class=\"labelName\">Profil<em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><div class=\"form_sBox\"  ><div class=\"customArrow\"><\/div><select name=\"Dropdown\" ><option selected=\"true\" value=\"-Select-\">-Select-<\/option><option value=\"Cedant\" formula_val=\"\" selected>Cedant<\/option><option value=\"Repreneur\" formula_val=\"\">Repreneur<\/option><option value=\"Investisseur\" formula_val=\"\">Investisseur<\/option><option value=\"Autre\" formula_val=\"\">Autre<\/option><\/select><\/div><div elname=\"liveFieldTempChoiceCont\" style=\"display: none;\"><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Dropdown\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper small\" style=\"display:none;\" elname=\"livefield-elem\" comptype=\"12\" id=\"Dropdown2-li\" needdata=\"true\" compname=\"Dropdown2\" isvisible=false  mandatory=\"true\" page_no=\"1\" page_link_name=\"first\"><label class=\"labelName\">Pays<em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><div class=\"form_sBox\"  ><div class=\"customArrow\"><\/div><select name=\"Dropdown2\" ><option selected=\"true\" value=\"-Select-\">-Select-<\/option><option value=\"Allemagne\" formula_val=\"\">Allemagne<\/option><option value=\"Autres&#x20;pays\" formula_val=\"\">Autres pays<\/option><option value=\"Autriche\" formula_val=\"\">Autriche<\/option><option value=\"Belgique\" formula_val=\"\">Belgique<\/option><option value=\"Bulgarie\" formula_val=\"\">Bulgarie<\/option><option value=\"Chypre\" formula_val=\"\">Chypre<\/option><option value=\"Croatie\" formula_val=\"\">Croatie<\/option><option value=\"Danemark\" formula_val=\"\">Danemark<\/option><option value=\"Espagne\" formula_val=\"\">Espagne<\/option><option value=\"Estonie\" formula_val=\"\">Estonie<\/option><option value=\"Finlande\" formula_val=\"\">Finlande<\/option><option value=\"France\" formula_val=\"\">France<\/option><option value=\"France&#x20;-&#x20;&#x28;Dom-Tom&#x29;\" formula_val=\"\">France - &#x28;Dom-Tom&#x29;<\/option><option value=\"Gr&egrave;ce\" formula_val=\"\">Gr&egrave;ce<\/option><option value=\"Hongrie\" formula_val=\"\">Hongrie<\/option><option value=\"Irlande\" formula_val=\"\">Irlande<\/option><option value=\"Italie\" formula_val=\"\">Italie<\/option><option value=\"Lettonie\" formula_val=\"\">Lettonie<\/option><option value=\"Lituanie\" formula_val=\"\">Lituanie<\/option><option value=\"Luxembourg\" formula_val=\"\" selected>Luxembourg<\/option><option value=\"Malte\" formula_val=\"\">Malte<\/option><option value=\"Maroc\" formula_val=\"\">Maroc<\/option><option value=\"Monaco\" formula_val=\"\">Monaco<\/option><option value=\"Pays-Bas\" formula_val=\"\">Pays-Bas<\/option><option value=\"Pologne\" formula_val=\"\">Pologne<\/option><option value=\"Portugal\" formula_val=\"\">Portugal<\/option><option value=\"Roumanie\" formula_val=\"\">Roumanie<\/option><option value=\"Royaume-Uni\" formula_val=\"\">Royaume-Uni<\/option><option value=\"R&eacute;publique&#x20;tch&egrave;que\" formula_val=\"\">R&eacute;publique tch&egrave;que<\/option><option value=\"Slovaquie\" formula_val=\"\">Slovaquie<\/option><option value=\"Slov&eacute;nie\" formula_val=\"\">Slov&eacute;nie<\/option><option value=\"Suisse\" formula_val=\"\">Suisse<\/option><option value=\"Su&egrave;de\" formula_val=\"\">Su&egrave;de<\/option><\/select><\/div><div elname=\"liveFieldTempChoiceCont\" style=\"display: none;\"><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Dropdown2\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper small\" style=\"display:none;\" elname=\"livefield-elem\" comptype=\"12\" id=\"Dropdown3-li\" needdata=\"true\" compname=\"Dropdown3\" isvisible=false  mandatory=\"true\" page_no=\"1\" page_link_name=\"first\"><label class=\"labelName\">Prise<em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><div class=\"form_sBox\"  ><div class=\"customArrow\"><\/div><select name=\"Dropdown3\" ><option selected=\"true\" value=\"-Select-\">-Select-<\/option><option value=\"Appel&#x20;t&eacute;l&eacute;phonique\" formula_val=\"\">Appel t&eacute;l&eacute;phonique<\/option><option value=\"Autre\" formula_val=\"\">Autre<\/option><option value=\"Demande&#x20;d&#x27;estimation&#x20;gratuite\" formula_val=\"\">Demande d&#x27;estimation gratuite<\/option><option value=\"Demande&#x20;de&#x20;livre&#x20;blanc\" formula_val=\"\" selected>Demande de livre blanc<\/option><option value=\"Demande&#x20;de&#x20;rappel&#x20;t&eacute;l&eacute;phonique\" formula_val=\"\">Demande de rappel t&eacute;l&eacute;phonique<\/option><option value=\"Formulaire&#x20;de&#x20;contact\" formula_val=\"\">Formulaire de contact<\/option><\/select><\/div><div elname=\"liveFieldTempChoiceCont\" style=\"display: none;\"><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Dropdown3\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper small\" style=\"display:none;\" elname=\"livefield-elem\" comptype=\"12\" id=\"Dropdown4-li\" needdata=\"true\" compname=\"Dropdown4\" isvisible=false  mandatory=\"false\" page_no=\"1\" page_link_name=\"first\"><label class=\"labelName\">Statut du prospect<\/label><div class=\"tempContDiv\"><div class=\"form_sBox\"  ><div class=\"customArrow\"><\/div><select name=\"Dropdown4\" ><option selected=\"true\" value=\"-Select-\">-Select-<\/option><option value=\"A&#x20;contacter\" formula_val=\"\">A contacter<\/option><option value=\"Contact&eacute;\" formula_val=\"\">Contact&eacute;<\/option><option value=\"Injoignable\" formula_val=\"\">Injoignable<\/option><option value=\"Non&#x20;contact&eacute;\" formula_val=\"\" selected>Non contact&eacute;<\/option><option value=\"Prospect&#x20;hors&#x20;crit&egrave;res\" formula_val=\"\">Prospect hors crit&egrave;res<\/option><option value=\"Prospect&#x20;perdu\" formula_val=\"\">Prospect perdu<\/option><option value=\"Tentative&#x20;de&#x20;contact\" formula_val=\"\">Tentative de contact<\/option><\/select><\/div><div elname=\"liveFieldTempChoiceCont\" style=\"display: none;\"><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Dropdown4\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>   <!--To exclude Html field in rules we are setting comptype as 0 for Html field. That is Html field will not be included in any condition. --><li tabindex=\"1\" id=\"HtmlText-li\" class=\"tempFrmWrapper note\" elname=\"livefield-elem\" compname=\"HtmlText\" comptype=\"0\" page_no=\"1\" page_link_name=\"first\"><label class=\"descFld\"><span style=\"color: rgb(68, 68, 68); font-family: &quot;Open Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255)\">PS : vos données restent confidentielles et nous nous engageons à ne pas les transmettre à des tiers. Vous recevrez&nbsp;<\/span><u style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Open Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif; vertical-align: baseline; color: rgb(68, 68, 68); background-color: rgb(255, 255, 255)\">uniquement<\/u><span style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Open Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif; vertical-align: baseline; color: rgb(68, 68, 68); background-color: rgb(255, 255, 255)\">&nbsp;<\/span><span style=\"color: rgb(68, 68, 68); font-family: &quot;Open Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255)\">des conseils pour vous aider dans votre démarche.<\/span><\/label><div class=\"clearBoth\"><\/div><\/li><\/ul><\/div><ul elname=\"footer\" class=\"footerWrapper formRelative\" page_no=\"1\" page_count=\"1\" page_link_name=\"first\"  ><li style=\"overflow:visible; position: relative;\" class= \"btnAllign fmFooter\" id=\"formAccess\" elname=\"0\"><div class=\"pageFotDef\">  <div class=\"alignSubmit\"><div class=\"formRelative inlineBlock submitWrapper\"><button class=\"fmSmtButton submitColor\" elname=\"submit\" value=\"submit\"><em>Envoyer<\/em><\/button><\/div><\/div><\/div><div class=\"clearBoth\"><\/div><\/li><\/ul><div id=\"popupdiv\" class=\"dim-div2\" style=\"display:none;\"><div id=\"imageChoiceDiv-cont\" class=\"popUpOuter imageTypeZoom\" ><div class=\"popUpInnerWrapper\"><div class=\"popupHeader removeBdr\"><a class=\"flRight ppDeleteIcon\" onclick=\"ZFLive.hideZoomedImage();\" href=\"javascript:;\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><img src=\"\"><\/div><\/div><\/div><\/div><!-- Uncomment the following Code to enable automation location based value filling for GeoLocation Fields --><!-- Set the mapquestURL from zohoforms.properties --><!--   --><!--Div to show error for unconfirmed users --><div id=\"errorDiv\" style=\"display:none\" class=\"errorMsgWrapper\"><div class=\"flLeft errorIcon\"><\/div><div class=\"errorMsgCont\"><h2>Error Occurred!<\/h2><span id=\"errorMsgSpan\">You haven&apos;t verified your email yet, click<a href=\"javascript:;\" onclick=\"ZFUtil.resendMail('0');\"> here <\/a> to receive a verification email.<\/span><\/div><div class=\"clearBoth\"><\/div><\/div><\/div><!-- 'formRedirectURL' ends --><\/form><\/div><!-- 'formDiv' ends --><\/div><!-- 'centerContainer' ends --><div class=\"btmContainer\"><\/div><\/div><!-- 'templateWidth' ends --><div class=\"clearBoth\"><\/div><\/div><!-- 'backgroundSecBg' ends --><div id=\"paymentDummyDiv\" style=\"display:none;\"><\/div><!--<div id=\"successDiv\" class=\"zf-loading blackLoad\" style=\"position: absolute; top: 112px; left: 568.5px;display:none;\" elname=\"edit-form-msg\"><span>IAMEncoder.encodeHTML(successMessage)<\/span><img src=\"https:\/\/forms.zohopublic.com\/images\/loader.gif\"><\/div><div id=\"waitDiv\" class=\"zf-loading blackLoad\" style=\"position: absolute; top: 112px; left: 568.5px;display:none;\" elname=\"edit-form-msg\"><span>IAMEncoder.encodeHTML(successMessage)<\/span><img src=\"https:\/\/forms.zohopublic.com\/images\/loader.gif\"><\/div>--> <!-- DIV TO SHOW ERROR MESSAGE WHEN THE FORM SUBMISSION LEVEL REACHED --> <div class=\"dim-div\" style=\"display:none;\" id=\"settingsErr-div\"><div class=\"popUpOuter\" style=\"width: 370px; position: absolute; top: 131px; left: 489.5px;\" id=\"settingsErr-div-cont\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a href=\"javascript:;\" onclick=\"closeErrorPopup();\" class=\"flRight ppDeleteIcon\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><div class=\"popUpFields\"><label id=\"popHeader\"><\/label><div id=\"msgBody\"><\/div><\/div><\/div><div class=\"popupTemFot\" style=\"text-align: center\"><a href=\"javascript:;\" onclick=\"closeErrorPopup();\" class=\"btnCurve lightGray\">OK<\/a><\/div><\/div><\/div><\/div><div style=\"display:none;\" class=\"dim-div\" id=\"errmsg-div\"><div class=\"popUpOuter\" id=\"errmsgdivCont\" style=\"width:500px;\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a class=\"flRight ppDeleteIcon\" onclick=\"closeErrMsgPopUp()\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont messageCont\"><p elname=\"errorMsg\">Enter the correct verification code.<\/p><\/div><\/div><\/div><\/div><div style=\"display:none;\" class=\"dim-div\" id=\"form-deactive-div\"><div class=\"deactivatedMsg\" id=\"formdeactivedivCont\"><div class=\"popUpInner\"><div class=\"errMsg\"><span>Your form has been deactivated.<\/span> <span>Contact support@zohoforms.com for further information.<\/span><\/div><\/div><\/div><\/div><div id=\"pleaseWait_Div\" style=\"display: none;\" class=\"dim-div1\"><div id=\"pleaseWait_DivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/img.zohostatic.com\/forms\/Dec_18_2017\/images\/loader.gif\" \/><span>Submitting...<\/span><\/div><\/div><\/div><\/div><div id=\"savingDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"savingDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/img.zohostatic.com\/forms\/Dec_18_2017\/images\/loader.gif\" \/><span>Saving...<\/span><\/div><\/div><\/div><\/div><div id=\"paymentRedirectDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"paymentRedirectDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/img.zohostatic.com\/forms\/Dec_18_2017\/images\/loader.gif\" \/><span>Redirecting to Merchant Website..<\/span><\/div><\/div><\/div><\/div><div id=\"paymentProcessingDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"paymentProcessingDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/img.zohostatic.com\/forms\/Dec_18_2017\/images\/loader.gif\" \/><span>Verifying Credit Card Details...<\/span><\/div><\/div><\/div><\/div><!--Email verification info div --> <div id=\"infoMsgDiv\" class=\"loadingCont loadSuccess\" style=\"display:none;\"><em class=\"smallTickIcon\"><\/em><span id=\"info-msg\">Verification mail sent.<\/span><\/div><div id=\"saveUrlPopup\" style=\"display:none;\"><div class=\"dim-div darkDim\" ><\/div><div class=\"popUpOuterSave\" ><div class=\"popUpInner\"><div class=\"popupHeader\"><a href=\"javascript:;\" onclick=\"ZFLive.closePopUp('savePopUpDiv'); event.stopPropagation();\" class=\"flRight ppDeleteIcon\"><\/a><\/div><div class=\"popupMainCont\"><p> Save this link to resume later.<\/p><textarea onclick=\"selectTxtAreaCont(this);\" readonly> <\/textarea><\/div><\/div><\/div><\/div><script>$(document).ready(function(){var userAgent = \"Java\x2F1.8.0_131\";if(userAgent.indexOf(\"Mobile\")!=-1){if(window.top.location != window.self.location){$(\"#deviceCont\").hide();}}ZFLive.portalName = \"rseauactoria\";ZFLive.formLinkName = \"ReceveznotreLivreBlancCommentbiendmarrersaTransmis\";ZFLive.csrf = '1bfcbb4b-5e41-4798-8799-1e217aaa1524';ZFLive.accountsUrl = \"https:\/\/accounts.zoho.com\";ZFLive.isEditMode = \"false\";\/\/ request type is 1 for response editZFLive.recID = \"\";ZFLive.encodedString = \"\";ZFLive.skipValidation = falseZFLive.isSaveReq = false;ZFLive.saveRecord = \"false\";ZFLive.isFormAdmin=\"false\"; ZFLive.paymentMerchantList = null;ZFLive.mode = \"live\"; ZFLive.formulaJson = null;ZFLive.formulaJson = '\x5B\x5D';ZFLive.formulaFieldsList = null;ZFLive.formulaFieldsList = '\x5B\x5D';ZFLive.bindEventForFormula(\"live\"); if(ZFLive.formulaJson != null){ZFLive.evalExpressionOnFormLoad(\"live\"); }var winHt = $(window).height();var divHt = $(\"#formRedirectURL\").height();$(\"#formRedirectURL\").attr(\"style\",\"min-height:\"+(winHt -130)+\"px;\");if(window.top.location === window.self.location) {var liToBeFocussed = $(\"#formBodyDiv\").find(\"li[comptype]:visible:first\"); \/\/ Excluding Section & Description.var compType = parseInt($(liToBeFocussed).attr(\"comptype\")); if(isNaN(compType)){var compName = $(liToBeFocussed).attr(\"compname\"); if(compName == \"PaymentAmount\" && $(liToBeFocussed).find(\"input:enabled\").length != 0){$(liToBeFocussed).find(\"input:enabled:first\").focus();}}else if(compType != ZFFieldTypeConstants.DATE && compType != ZFFieldTypeConstants.DATETIME){if($(liToBeFocussed).find(\"input\").length != 0){ \/\/ For SL, Number, Decimal, Email, Phone Number, Website, Currency, Radio, Checkbox, D.box, FU, Name, Address, Geolocation.$(liToBeFocussed).find(\"input:first\").focus();}else if(compType === ZFFieldTypeConstants.TIME || compType === ZFFieldTypeConstants.DROPDOWN|| compType === ZFFieldTypeConstants.MULTIPLE_CHOICE){ \/\/ For Time, Dropdown, Multiple Choice.$(liToBeFocussed).find(\"select:first\").focus();}else if(compType === ZFFieldTypeConstants.MULTI_LINE){ \/\/ For MultiLine$(liToBeFocussed).find(\"textarea\").focus();}else if(compType === ZFFieldTypeConstants.RATING || compType === ZFFieldTypeConstants.SLIDER){$(liToBeFocussed).find(\"a:first\").focus();}}}var fieldsCount = 0;$(\"#test\").find('ul[elname=formBodyULName]').find(\"li\").each(function(index,elem){var compname = $(elem).attr(\"compname\");var id = $(elem).attr(\"id\");var compType = $(elem).attr(\"comptype\");if(compType == 19){var fileData = [];ZFLive.fileUploadFields[compname] = fileData;}if(compname != null ){fieldsCount = fieldsCount + 1;}});if(fieldsCount == 0){$('form[name=test]').find('button[elname=submit]').hide();$('form[name=test]').find('button[elname=save]').hide();}var descLiElem = $(\"#formBodyDiv\").find(\"li[compname=HtmlText]\");$(descLiElem).find(\":button\").attr(\"disabled\",true); $('form[name=test]').find('input, select').keypress(function(e){if ( e.which == 13 ) \/\/ Enter key = keycode 13{e.preventDefault();var pageCount = $(\"#formBodyDiv\").find('ul[elname=formBodyULName]').length;var pageNum = $(this).closest('ul[elname=formBodyULName]').attr('page_no'); if(pageCount != pageNum){$(\"#formRedirectURL\").find('ul[elname=footer][page_no='+pageNum+']').find('button[elname=next]').click();focusFirstField($(\"#formBodyDiv\").find('ul[elname=formBodyULName][page_no='+(parseInt(pageNum)+1)+']'));}else{if($('button[elname=\"submit\"]').attr(\"disabled\") !== \"disabled\"){$('form[name=test]').find(\"button[elname=submit]\").click();}}}});$('form[name=test]').find(\"button[elname=submit]\").click(function(e) { e.preventDefault();$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/uploadFile'><input type='hidden' name='mode' value='live'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/formperma\/fa522kH1aK5MGgDBA18MgCH6_\/uploadFile\"); var merchantType = $(\"#test\").find(\"div[elname=merchantDiv]\").attr(\"merchantType\"); if(merchantType != null && merchantType == 3){if($('#PaymentAmount-li').attr('needdata') === 'true'){Stripe.setPublishableKey('');var stripeResponseHandler = function(status, response) {var $form = $('#test');var paymentLI = $(\"#formBodyDiv\").find('.pmnt');var merchantDiv = $(paymentLI).find(\"div[elname=stripeMerchantDiv]\");if (response.error) {$(\"#paymentProcessingDiv\").hide();$('button[elname=\"submit\"]').removeAttr('disabled');		$(merchantDiv).addClass(\"error1\");$(\"#payment-error\").show();$(\"#payment-error\").text(response.error.message);var pageNum = paymentLI.parent().attr('page_no');showAndHidePage(pageNum);focusFirstErrorElem(paymentLI);} else {$(merchantDiv).removeClass(\"error1\");$(\"#payment-error\").hide();$(\"#paymentProcessingDiv\").hide();var token = response.id;$(\"#test\").find(\"ul[elname=formBodyULName]\").last().append($('<li needdata=\"true\" id=\"stripeToken-li\" compname=\"stripeToken\" mandatory=\"true\"><input type=\"hidden\" name=\"stripeToken\" \/><\/li>'));	$(\"input[name='stripeToken']\").val(token);	ZFLive.ValidateAndSubmitData();$('button[elname=\"submit\"]').removeAttr('disabled');	}};$(\"#paymentProcessingDiv\").show();setPopUpElemPosition($(\"#paymentProcessingDivCont\"));$('button[elname=\"submit\"]').attr('disabled', 'disabled');	Stripe.createToken($(\"#test\"), stripeResponseHandler);	} else { \/\/ if stripe payment field is hidden via field rulesZFLive.ValidateAndSubmitData();}} else {ZFLive.ValidateAndSubmitData();}});$('form[name=test]').find(\"button[elname=update]\").click(function(e) { e.preventDefault();$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/record\/null\/uploadFile'><input type='hidden' name='mode' value='edit'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/formperma\/fa522kH1aK5MGgDBA18MgCH6_\/uploadFile\"); ZFLive.ValidateAndUpdateData(\"rseauactoria\",\"ReceveznotreLivreBlancCommentbiendmarrersaTransmis\"); });$('form[name=test]').find(\"button[elname=save]\").click(function(e) { e.preventDefault();$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/uploadFile'><input type='hidden' name='mode' value='live'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/formperma\/fa522kH1aK5MGgDBA18MgCH6_\/uploadFile\"); ZFLive.ValidateAndSaveData();});ZFCrmLive.zfCrmLive = new ZFCrmLive();ZFCrmLive.zfCrmLive.zohoCrmFieldPropsJson = null;});ZFLive.isSalesIQIntegrationEnabled = false;var zf_rule = new ZFRule();var zfPageRule = new ZFPageRule();zf_rule.getRules('\/rseauactoria\/form\/ReceveznotreLivreBlancCommentbiendmarrersaTransmis\/formperma\/fa522kH1aK5MGgDBA18MgCH6_\/liverules');<\/script><\/body><\/html>");
   setTimeout( function(){
            iframeDoc.close();
        },200);
}

createIframe();