HI
We faced a case when we implement forms, we need to allow the user to insert table in forms before they submit it .
is this possible .
Regards,,
HI
We faced a case when we implement forms, we need to allow the user to insert table in forms before they submit it .
is this possible .
Regards,,
Hi Banan,
Maybe more information is needed here? If it's a total customizable table that you're after, I think the options are going to be fairly limited or non existent. i.e. variable columns, data lookups if required.
If the table structure is always going to remain the same, with just having different column names, an option could be to have the Table hidden in the background and after the user selects a custom button on the form or a selection of a field value somewhere, the table could show allowing input into the rows. You should be able to change the Column names with other variables from the form using Javascript.
Hi Banan,
Do you mean for a user to create a Table on the fly? or Insert rows in a Table that has already been created in forms?
Regards,
Aaron
HI
Yes, I mean to create a Table on the fly.
Regards,,