Form Generator

By pgplast - September 17, 2021

I have been hoping for an update to form generator that would enable it to handle file uploads. As I understand that this may not be a development priority I was wondering if a custom mod could be created and if so, at what price. Thanks.

Form Generator

By petrogus - September 22, 2021

I am also interesting about this feature.
As forms start to be more and more important for communication between website and visitor
I looking forward for an update particularity in Upload Fields. 

PetroGus

Form Generator

By petrogus - September 28, 2021

Hi interactive tools.  Do you have any news ?!!

PetroGus

Form Generator

By daniel - January 6, 2022

Hello all,

Apologies for the delay on this reply. We do have a script file that can be used to add an upload field to a form, which I believe includes forms created by Form Generator. The general steps for setting this up are:

  1. Put the uploadForm3_iframe.php file (attached to this post) in the same directory as the file displaying your form
  2. Copy the <iframe> code at the top of the file and paste it into your form
    • Update the "field=upload" portion of the URL to match whatever your upload field is named
  3. Update the $allowedTables and $allowedFields variables in uploadForm3_iframe.php to include any section(s) or field(s) that you will be using this to upload to.

Let me know if you have any other questions!

Thanks,

Daniel
Technical Lead
interactivetools.com
Attachments:

uploadForm3_iframe.php 11K