DW submit form not working and with network error

  • k3nk3n87
    Asked on January 7, 2016 at 9:27 PM

    Hi i do use the dreamweaver code to put in my mobileapp which created by dreamweaver, and i realize when i click submit button, there will be network error message pop-out, which the url: https://submit.jotform.me/submit/6006494240450

  • Charlie
    Replied on January 8, 2016 at 5:22 AM

    I believe this depends on the mobile app to where you are compiling or embedding the form. The app might be blocking other resources during or after clicking the submit button.

    You can try opening the form using it's directly link on a new tab or window, fill it out and click the submit button. If it submits successfully, then the problem might be more related on how you are embedding the form or restrictions that might be happening inside the mobile app itself.

    You might also check this guide on how to embed a form to your Dreamweaver application: http://www.jotform.com/help/36-Adding-Form-to-Dreamweaver 

    I hope that helps.

  • k3nk3n87
    Replied on January 8, 2016 at 6:15 AM

    Dear Charlie, I do follow the guide you gave to me, but is it working in the dreamweaver, but after i export and  make it to an apps then there is same network error pops out. can i know what happen to it?DW submit form not working and with network error Image 1 Screenshot 20

  • Charlie
    Replied on January 8, 2016 at 9:19 AM

    Does Dreamweaver allow PHP scripts to be submitted on their end without hosting it on a server?

    I am not that familiar on how Dreamweaver works as I only know it as a designer. The form is loading scripts and resources via the internet, when you submit it, it will call a PHP function. PHP needs to be loaded on a localhost server (XAMPP and LAMPP does it). 

    The contact.html needs to be loaded on a server either on your localhost OR by uploading it on a true web server.