The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Create File Upload after I have already created form..? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Create File Upload after I have already created form..? (/showthread.php?tid=1055) |
Create File Upload after I have already created form..? - tysonbravo - Jan 26th, 2011 Does anyone know if it is possible to add a File Upload field to a single-page form after you have already created the form and initialized it? I can't find any information on this. And when I go into FT and click on Form, I don't see the option "This form contains one or more file upload fields". So, do I have to just recreate my entire form...? And either way, what are the steps for me to add this and get it working? I can't find anything on this in Documentation....???? I'm just trying to add a field for visitors to submit resumes... Thanks! TS RE: Create File Upload after I have already created form..? - Hannes - Jan 28th, 2011 Hey TS, yes - this should be possible. 1. go to edit form > database and add 1 field. 2. go to edit form > field and change the field type to file. 3. check option of the field to make sure upload directory is writable. 4. add the file upload input field to the existing form with the name from step 1 as you do it when creating a new form. Please get back if it is working. Cheers, Hannes |