I there a way to create a Multi-Row Updatable Form?
What I am trying to do is be able to create a form like this(with the periods of course) :
Record...Field1.........Field2..........Field3.......Approve...Reject
1........some data....more date....still more......[]...........[]
2........some data....more date....still more......[]...........[]
3........some data....more date....still more......[]...........[]
4........some data....more date....still more......[]...........[]
[submit]
Allowing the user to click the approve or reject check boxes and update the records.
What I am trying to do is be able to create a form like this(with the periods of course) :
Record...Field1.........Field2..........Field3.......Approve...Reject
1........some data....more date....still more......[]...........[]
2........some data....more date....still more......[]...........[]
3........some data....more date....still more......[]...........[]
4........some data....more date....still more......[]...........[]
[submit]
Allowing the user to click the approve or reject check boxes and update the records.
Hi,
Are you talking about creating the HTML layout using the wizard or storing the data ?
I will assume the 2nd one, simply name your fields in this format: field1[], field2[], field3[]
And of course you will need a "Handle arrays" action BEFORE the "DB Save" action.
Now when you load the data, assuming that you are doing this using a "DB Record Loader" action, there are 2 boxes to configure the arrays fields names and the splitter(s) used, once configured correctly, the form will be prefilled with the data selected before.
Regards,
Max
Are you talking about creating the HTML layout using the wizard or storing the data ?
I will assume the 2nd one, simply name your fields in this format: field1[], field2[], field3[]
And of course you will need a "Handle arrays" action BEFORE the "DB Save" action.
Now when you load the data, assuming that you are doing this using a "DB Record Loader" action, there are 2 boxes to configure the arrays fields names and the splitter(s) used, once configured correctly, the form will be prefilled with the data selected before.
Regards,
Max
This topic is locked and no more replies can be posted.