The field is not auto populating even though I pass the field value via URL parameters

  • mygrationimmigration
    Asked on November 10, 2021 at 4:51 PM

    Jotformhttps://form.jotform.com/213087910116248

    Website: https://www.immisearch.ca/members/618c37c451031300048760e8#Detail%20assessment

    Test login:

    username: Yan

    email: yan@immisearch.ca

    password:12345678


    I embedded the form in webflow and added the prefilled values in the URL. But the fields are still not prefilled in the form.

    1636581020 618c3e9c33e66  Screenshot 10Form on the website: 1636581071 618c3ecf9d92d  Screenshot 21

  • roneet
    Replied on November 10, 2021 at 10:15 PM

    Could you please try the iFrame embed option:

       <iframe

         id="JotFormIFrame-213087910116248"

         title="CEC questionnaire - Eva - Test"

         onDISABLEDload="window.parent.scrollTo(0,0)"

         allowtransparency="true"

         allowfullscreen="true"

         allow="geolocation; microphone; camera"

          src="https://form.jotform.com/213087910116248?webflowId=test&slug=rest&name=pest"

         frameborder="0"

         style="

         min-width: 100%;

         height:539px;

         border:none;"

         scrolling="no"

       >

       </iframe>

    Let us know how it goes.

    Thanks.

  • mygrationimmigration
    Replied on November 11, 2021 at 7:08 PM

    It works! Thank you. Can you tell me why iframe works in this situation?

  • roneet
    Replied on November 11, 2021 at 8:25 PM

    On some websites, the Javascript code has some conflicts due to which the form could not work correctly sometimes.

    We are glad to know that the iFrame code worked correctly on your website.

    Thanks.