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
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