-
mehisenhamdyDomanda del 1 aprile 2021 alle ore 05:10
Buongiorno nonostante ho messo il salva e completa dopo, non mi esce il bottone salva nel form...
Grazie
-
Rosa_CRisposta del 1 aprile 2021 alle ore 09:26
Buongiorno,
Grazie per averci contattati.
Ho controllato il Suo modulo "Assegno di Maternità - Privati" e` vedo che il pulsante Salva e` presente alla fine del modulo:
Per ulteriori informazioni non esiti a contattarci.
Cordialmente.
-
mehisenhamdyRisposta del 2 aprile 2021 alle ore 04:12
Si si lo vedo nella modifica del form, ma non si vede una volta che impagino il form nel sito....
-
Rosa_CRisposta del 2 aprile 2021 alle ore 04:53
Buongiorno,
Ci scusiamo per questo inconveniente.
Potrebbe cortesemente rimuovere il modulo dal suo sito e ri-implementarlo usando il metodo iFrame?
Guida: getting-the-form-iframe-code
Le suggerisco vivamente di svuotare il cache del browser.https://www.webepc.it/pulire-la-cache-del-browser/
Se il problema persiste non esiti a contattarci.
Cordialmente. -
mehisenhamdyRisposta del 8 aprile 2021 alle ore 12:31
Buonasera,
abbiamo applicato il metodo Iframe ma il modulo non esce completo, vi mando la foto e il link delle pagina:
https://www.smartcaf.it/assegno-maternita-privati/
Grazie
-
mehisenhamdyRisposta del 10 aprile 2021 alle ore 07:46
Buonasera,
avrei bisogno gentilmente di una risposta.
Grazie
-
Rosa_CRisposta del 12 aprile 2021 alle ore 05:00
Buongiorno,
Ci scusiamo per questo inconveniente.
Provi cortesemente ad usare questo codice(il codice che ho evidenziato e` quello che ho modificato):<iframe
id="JotFormIFrame-202364049753355"
title="Assegno di Maternità - Priv. "
onDISABLEDload="window.parent.scrollTo(0,0)"
allowtransparency="true"
allowfullscreen="true"
allow="geolocation; microphone; camera"
src="https://form.jotform.com/202364049753355"
frameborder="0"
style="
min-width: 100%;
min-height:3000px !important;
border:none;"
scrolling="no"
>
</iframe>
<script type="text/javascript">
var ifr = document.getElementById("JotFormIFrame-202364049753355");
if (ifr) {
var src = ifr.src;
var iframeParams = [];
if (window.location.href && window.location.href.indexOf("?") > -1) {
iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&'));
}
if (src && src.indexOf("?") > -1) {
iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&"));
src = src.substr(0, src.indexOf("?"))
}
iframeParams.push("isIframeEmbed=1");
ifr.src = src + "?" + iframeParams.join('&');
}
window.handleIFrameMessage = function(e) {
if (typeof e.data === 'object') { return; }
var args = e.data.split(":");
if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
if (!iframe) { return; }
switch (args[0]) {
case "scrollIntoView":
iframe.scrollIntoView();
break;
case "setHeight":
iframe.style.height = args[1] + "px";
break;
case "collapseErrorPage":
if (iframe.clientHeight > window.innerHeight) {
iframe.style.height = window.innerHeight + "px";
}
break;
case "reloadPage":
window.location.reload();
break;
case "loadScript":
if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }
var src = args[1];
if (args.length > 3) {
src = args[1] + ':' + args[2];
}
var script = document.createElement('script');
script.src = src;
script.type = 'text/javascript';
document.body.appendChild(script);
break;
case "exitFullscreen":
if (window.document.exitFullscreen) window.document.exitFullscreen();
else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen();
else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen();
else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen();
else if (window.document.msExitFullscreen) window.document.msExitFullscreen();
break;
}
var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false;
if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) {
var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
}
};
window.isPermitted = function(originUrl, whitelisted_domains) {
var url = document.createElement('a');
url.href = originUrl;
var hostname = url.hostname;
var result = false;
if( typeof hostname !== 'undefined' ) {
whitelisted_domains.forEach(function(element) {
if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) || hostname === element ) {
result = true;
}
});
return result;
}
}
if (window.addEventListener) {
window.addEventListener("message", handleIFrameMessage, false);
} else if (window.attachEvent) {
window.attachEvent("onmessage", handleIFrameMessage);
}
</script>
Se il problema persiste non esiti a contattarci.
Cordialmente.