User file upload option

Hi, I am working on my first website and have gotten to the online enquiry form, I managed everything except…

I would like to make a new field where the user would upload a file. I could not find anything related in the options.

Anyone who can help please?

I’ve got the same question, i Would like for my contact form an upload file…

Perhaps I will create a bric for this. I will have a look this weekend, how complicated it will be. @ariane @tcg How do you imagine, how the link between the uploaded file and the form submit should be handeled? Should the name in the form be added to the file name?

2 Likes

Hey @webplus, It would be great if you created a bric for that. I’m looking for an option for someone to sign into a form on my website and attach a small file. This information + file should then be sent by mail.

Furthermore a good start into the weekend.

1 Like

Any bric available for this @webplus already?

It may be difficult to develop a bric for this function because file uploads usually have to be configured to work with specific form scripts and server features. The best way to integrate a file upload option would be to use a third-party form processing service such as Zoho forms. Services such as this operate on independent servers and have specialist form scripts that know how to handle the file uploads. Essentially, you create a form containing image or file upload fields on the website of the service provider. You would then grab a pice of code from their site to include as an HTML snippet in your web page. This will then display the form in your website.