Editing submissions shows blank page upon submission

  • Kgr0up
    Asked on July 14, 2016 at 4:23 AM

    Edit Submission in this submission I have the "generar factura" set, but when I hit Send, the pages just goes blank

    Thanks

  • Elton Support Team Lead
    Replied on July 14, 2016 at 4:43 AM

    Please disregard my message on your other thread.

    I figured out where you have added the prepopulated URL. It was in your thank you redirect condition.

    I have also figured out the problem, it was the textarea field values that breaks the URL especially if there are multiple text value in it with dots and other special symbols. So to fix it, you have to URL encode the textarea value so symbols will be converted into URL friendly variables.

    Example:

    From {comentariosDe} one of your textarea field tag.

    To {URLENCODE:comentariosDe} just insert the URLENCODE: affix inside the field tag.

    You can use this URL I have configured for you.

    https://form.jotformpro.com/form/61926211835960?noDe={noDe20}&contactoDe[first]={contacto:first}&contactoDe[last]={contacto:last}&empresa={nombreDe}&descripcionDe={URLENCODE:resumen}&correoElectronico={correoElectronico}&comentariosDe={URLENCODE:comentariosDe}&subtotalCotizado2={subtotalDe39}

    Here's a working demo on a cloned form https://www.jotform.com/edit/344294127921682616.

    Hope this helps!

  • Kgr0up
    Replied on July 14, 2016 at 11:14 AM

    THANKYOU!!!!  so, if I understans correctly, every time I use a "Text area" field to prepopulate, I need to add the "URLENCODE" text in the url right? however this does not happen with the "text box" field correct?

    tTHANKYOU AGAIN!!! KEEP LOVING JOTFORM AND IT´S SUPPORT

  • Elton Support Team Lead
    Replied on July 14, 2016 at 11:23 AM

    You can use URLENCODE on any fields, so you can apply it on text box fields as well. If you're asking for values on a field that contains decimals, and other symbols, I suggest to apply the URLENCODE prefix on that field. That should prevent the URL from breaking.

    Cheers! :)