Home > Forum > Forms > Copy picture from filled form to a new form

Copy picture from filled form to a new form
1

Hi,

i use the "Hyperlink"-actiontype for copying some values of a filled form to a new form (see attachment). That works very fine.
But if I add a picture form field, the copy process failed with a message "HTTP Error 414. The request URL is too long"
Is there any other possibility to copy a picture from a filled form to another new form?

Thanks for reply

Franz Mayer

MVP

Hi,
You can try copying this field not from the URL parameters, but, for example, using the "Change value" action on the element's save path.
You would have to pass the WFD_ID of the source element to the technical field and then use SQL to retrieve the image in the action.

However, this has the disadvantage that it will only be visible after the element is saved (of course, you can also pass the path to the element in the URL and save the element immediately).