The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
One user forms to many in Ftools - 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: One user forms to many in Ftools (/showthread.php?tid=4927) |
One user forms to many in Ftools - Xenophon - Dec 22nd, 2014 Hello All I'm trying to route one user Form input to multiple form records in Ftool. But so far the record doesn't flow through. In FTools: frm_Id 1: Product A frm_Id 2: Product B frm_Id 3: Product C So when a user inputs in a user form, the data will be routed to ftool record according to product types. These what I have done: On the first page: if (product == A) {$fields = ft_api_init_form_page(1);}else... On Library, which I also changed the $pp array(), with if (product == A) $pp ['1'] else... But haven't had any luck so far. I thought only those 2 affect the submission ID and the storage ID. Did I miss anything? Thanks and Merry Xmas everyone! My version: External API 2.2.6 |