The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
2 problems - 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: 2 problems (/showthread.php?tid=2023) |
2 problems - WalterS - Jun 7th, 2012 I have been experimenting with formtools for a few weeks and seem to be stuck on 2 issues. When a file is submitted for upload, it says the upload was successful, but the file is not on the server. Second problem is a little more serious, when a form is submitted by person "A", the information is entered in to the database fine. When person "B" fills out the form it is over writing the data from person "A", so it is lost. I know I must be doing something wrong, but I just can't figure it out? RE: 2 problems - michatmaster7 - Jun 7th, 2012 Goodness. Those are terrible problems to have. I can't help at all with the first one (since I've never used FT to upload files). Your second problem "sounds" like a session problem, but... I'm not sure where to start troubleshooting in your case Perhaps you can answer these questions for me regarding your second issue: 1) Are you using Internal or External forms? (do you have to login to FT to add a submission or is the form on your website?) 2) If it's an External form, are you using the API? (What does your form tag have as the action attribute? 3) If you are using an External form AND using the API, can you send me your form code via e-mail? Maybe I can look at it quickly and spot a problem. If so, you can send me a PVT msg and I'll send you my e-mail address. |