Upload Files (Images, Documents) into the Form

  • 28 February 2013
  • 53 replies
  • 1124 views


Show first post

53 replies

Userlevel 5
Badge +4

I understand your feeling as i would like the form in unbounce to be much more powerful.
But as time goes on, i’m implementing more and more Jotform on my LP.
It’s not perfect but with a bit of homework, you’ll be able to do so much more very soon including uploading a file !

Would something like this work:

On the form edit, create a custom JavaScript component that uploads an image from user dialogue and sends a multipart, CORS enabled, AJAX POST request to a “server”.

A “server” in this case is a PHP page hosted on any server, including, for example, a PHP file within a WP implementation that uses the Unbounce plugin. It allows all or specific origins, only accepts POST and safely renders nothing on GET, stores the uploaded file temporarily and uses Gmail’s SMTP server to email the uploaded file to the same email address the the Unbounce sends the form to.

End result is for every form submission user gets two emails: one with the form content and one with the image or file as attachment.

Could that work or are there limitations to this?

Thanks

Badge +1

7 years have passed and still nothing?

Reply