Bugs and suggestions

  • bauband
    Asked on January 5, 2015 at 12:23 PM

    Hi,

    jotform is wonderful. Keep it up! :)

     

    Bug: i've configured a custom "thanks" with edit and pdf links. They are shown but unfortunately they aren't clickable.

    Suggestion: I've created a form with a text header with an uploaded image. While navigating using an "https://secure.*" address the html image links to your server are generated as "http:" thus showing warings to the form users. To workaround it I had to figure out the secure server image link and edit the header with an explicit url to your server.

    Thanks for your help!

    Regards,
    Federico

     

  • David JotForm Support
    Replied on January 5, 2015 at 2:28 PM

    Hi,

    The direct link to a PDF submission download should be formulated as such:

    <a href="https://submit.jotformpro.com/server.php?action=getSubmissionPDF&sid={id}&formID=50045273774152">PDF link</a>

    The link does need to include the secure link rather than just the http.  Here is my test form to show the working clickable link:

    http://form.jotform.us/form/50045273774152?

    The link for submission edits should be as follows:

    <a href=https://submit.jotformpro.com/form.php?formID=50045273774152&sid={id}&mode=edit> Edit Link</a>

    You would need to change the formID to your form.

    If this is not what you were looking for, please let us know and we will be happy to assist you further.

     

  • bauband
    Replied on January 8, 2015 at 9:40 AM

    That worked.

    Thanks for you help.

    Federico

     

  • David JotForm Support
    Replied on January 8, 2015 at 11:32 AM

    You are very welcome!  Let us know if there if there is anything else we can help you with and we will be happy to do so.