You are viewing limited content. For full access, please sign in.

Question

Question

Having uploaded images show on the stored form

asked on April 22, 2015

I know it's a dead horse, but I'm going to beat it some more. :)

I'm trying to make it so that pictures uploaded by the user are shown in the submission preview page (where it says "thank you, here's your submission" and gives them the ability to download/print/email).

Previous methods I've used, whereby the picture data is encoded, gets stored in a text field, passed along as a variable and decoded on subsequent forms no longer seem to work. I can see the previews of the submitted images on form 2, 3, etc. but it doesn't get stored. Did something change in 9.2?

Thanks in advance.

0 0

Answer

APPROVED ANSWER
replied on April 26, 2015

Hi Ege,

When printing form, the form would firstly be transformed into read-only form. In a read-only form, field value would show as text, not value, so something like $('#Field').val() would not get field values. $('#Field').text() should be used.

 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.