Oluşturmuş olduğum formu web siteme nasıl ekleyebilirim?

  • acigop34
    27 Aralık 2022 10:49 tarihinde soruldu

    web siteme yöneteci panelinden nasıl formu aktif hale getirebilirim.


  • Bryan Jotform Support
    27 Aralık 2022 23:42 tarihinde yanıtlandı

    Merhaba Acigop34,

    Jotform Destek ile iletişime geçtiğiniz için teşekkür ederiz. Oluşturmuş olduğunuz formu web sitenize eklemek için aşağıdaki adımları ve ekran görüntüsünü takip edebilirsiniz:

    1. Form Oluşturucuda ekranın üst kısmında bulunan turuncu yönlendirme çubuğundaki Yayınla seçeneğine tıklayın.
    2. Ekranın sol tarafında bulunan menüden Ekle seçeneğine tıklayın.
    3. Karşınıza çıkan ekrandan bir yöntem seçerek formunuzu web sitenize ekleyebilirsiniz.

    1672202462 63abc8de94cce  Screenshot 10

    Detaylı bilgi edinmek için Bir Formu Web Sayfasına Ekleme başlıklı rehberimizi inceleyebilirsiniz.

    Daha fazla yardıma gereksinim duymanız halinde lütfen bizimle iletişime geçmekten çekinmeyin.

  • acigop34
    29 Aralık 2022 02:41 tarihinde yanıtlandı

    WEB SİTESİNDE İFARME FORMATINDA EKLEDİM. YALNIZ FORMUN YARISI GÖZÜKÜYOR. TAMAMININ GÖZÜKMESİ İÇİN NE YAPILMALI?1672299673 63ad44992a9f7  Screenshot 10

  • Bryan Jotform Support
    29 Aralık 2022 03:18 tarihinde yanıtlandı

    Merhaba Acigop34,

    Dönüş yaptığınız için teşekkür ederiz. Sitenize eklemiş olduğunuz kodda formun boyutu 568 piksel olarak belirtilmiştir. Formunuzun boyutu 850 piksel olarak güncellediğim aşağıdaki kodu kullanarak formunuzu sitenize yeniden ekleyebilir misiniz?

     <iframe id="JotFormIFrame-223614515054954" title="Okula Kabul ve Sınav Başvuru Formu" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/223614515054954" frameborder="0" style=" min-width: 100%; height: 850px; border:none;" scrolling="no" > </iframe> <script type="text/javascript"> var ifr = document.getElementById("JotFormIFrame-223614515054954"); 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>

    Sitenizin şu anki halini aşağıdaki ekran görüntüsündeki gibidir:

    1672301637 63ad4c453068b  Screenshot 10

    Formunuzun yüksekliğininin 850 piksel olarak güncellendiği kodu sitenize ekledikten sonra siteniz aşağıdaki ekran görüntüsünde olduğu gibi görünecektir:

    1672301830 63ad4d06cb64f  Screenshot 21

    Daha fazla yardıma gereksinim duymanız halinde lütfen bizimle iletişime geçmekten çekinmeyin.

  • acigop34
    29 Aralık 2022 05:30 tarihinde yanıtlandı

    çok teşekkür ederim. 850 piksel yüksekliğini nereden ayarladınız?

  • Bryan Jotform Support
    29 Aralık 2022 05:35 tarihinde yanıtlandı

    Merhaba Acigop34,

    Dönüşünüz için teşekkür ederiz. Aşağıdaki kodu size iletmiş olduğum kod satırında arayarak değişikliğin nerede yapıldığını görebilirsiniz:

    style=" min-width: 100%; height: 850px; border:none;"

    Desteğe gereksinim duyduğunuzda bizimle iletişime geçmekten lütfen çekinmeyin.

  • acigop34
    29 Aralık 2022 05:56 tarihinde yanıtlandı

    kod satırı nerede oluyor?

    mobilde hata devam ediyor. formun tamamı gösterilmiyor.

  • Bryan Jotform Support
    5 Ocak 2023 00:09 tarihinde yanıtlandı

    Merhaba Acigop34,

    Yanıtınız için teşekkür ederiz. Sitenizi kontrol ettiğimde sitenize eklemiş olduğunuz formunuzun bilgisayar sürümünde de mobil sürümünde de sorunsuz şekilde görüntülenebildiğini görmekteyim.

    Bilgisayar sürümü:

    1672895347 63b65b736210e  Screenshot 10

    Mobil sürümü:

    1672895302 63b65b46c60cd  Screenshot 21

    Daha fazla yardıma gereksinim duymanız halinde lütfen bizimle iletişime geçmekten çekinmeyin.

  • acigop34
    7 Ocak 2023 02:11 tarihinde yanıtlandı

    1673075442 63b91af20c67c  Screenshot 10

    WEB SİTESİNE EKLEDİĞİMDE FORM TEKRAR YARISI GÖZÜKÜYOR. YARDIMCI OLUR MUSUNUZ?

  • acigop34
    7 Ocak 2023 02:25 tarihinde yanıtlandı

    MERHABA BOGORİS. ACİL DESTEĞİNİZE İHTİYACIM VAR. OLUŞTURDUĞUM FORM TEKRAR WEB SİTESİNDE YARISI GÖZÜKÜYOR..

  • Bryan Jotform Support
    9 Ocak 2023 00:06 tarihinde yanıtlandı

    Merhaba Acigop34,

    Jotform Destek ile iletişime geçtiğiniz için teşekkür ederiz. Aşağıdaki kodu sitenize eklemeyi deneyebilir misiniz?

    <iframe id="JotFormIFrame-223614515054954" title="Okula Kabul ve Sınav Başvuru Formu" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/223614515054954" frameborder="0" style=" min-width: 100%; height: 100%; border:none; " scrolling="no" > </iframe> <script type="text/javascript"> var ifr = document.getElementById("JotFormIFrame-223614515054954"); 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>

    Daha fazla yardıma gereksinim duymanız halinde lütfen bizimle iletişime geçmekten çekinmeyin.

  • acigop34
    9 Ocak 2023 01:41 tarihinde yanıtlandı

    bogoris merhaba. desteğiniz için teşekkür ederim. yalnız. olmadı web sitesine eklediğim zaman aşağıda olduğu gibi oldu...

    1673246461 63bbb6fdcab1d  Screenshot 10

  • Bryan Jotform Support
    9 Ocak 2023 01:41 tarihinde yanıtlandı

    Merhaba Acigop34,

    Yanıtınız için teşekkür ederiz. Kodu yeniden güncelledik. Aşağıdaki kodu sitenize eklemeyi deneyebilir misiniz?

    <iframe id="JotFormIFrame-223614515054954" title="Okula Kabul ve Sınav Başvuru Formu" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/223614515054954" frameborder="0" style=" min-width: 100%; height: 100vh; border:none; " scrolling="yes" > </iframe> <script type="text/javascript"> var ifr = document.getElementById("JotFormIFrame-223614515054954"); 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(eif (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(); breakcase "setHeight": iframe.style.height = args[1] + "px"breakcase "collapseErrorPage"if (iframe.clientHeight > window.innerHeight) { iframe.style.height = window.innerHeight + "px"; } breakcase "reloadPage"window.location.reload(); breakcase "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); breakcase "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 : falseif(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_domainsvar url = document.createElement('a'); url.href = originUrl; var hostname = url.hostname; var result = falseiftypeof hostname !== 'undefined' ) { whitelisted_domains.forEach(function(elementif( 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>

    Daha fazla yardıma gereksinim duymanız halinde lütfen bizimle iletişime geçmekten çekinmeyin.