Hi,
I explain my situation:
I have two forms: Register A and register B
Register A will be a public form that user will fill.
Once register A will be submited by the user the data filled via register A will be saved in a table named _user_saved with the record X.
The user will not be able to access the private part as long as a flag (whose value initially set to 0 will not be set manually to 1).
Once the flag will be set to 1, the client will be able to connect but he will have to fill Register B.
Once register 2 is submitted i would like the information submitted in register B get added in the Record X still in the same table _user_saved and I would like the user is not able to see anything else in the private area as long as he.she has not finished to fill the form B.
I have already created the form.
I have set the Register A to public, and the register B to private, now I need to know how to connect Register B to the table _user_saved making that the record will come with the first record X and not create a new record.
How to do this ?
Thanks in advanced for your help.
Regards
I explain my situation:
I have two forms: Register A and register B
Register A will be a public form that user will fill.
Once register A will be submited by the user the data filled via register A will be saved in a table named _user_saved with the record X.
The user will not be able to access the private part as long as a flag (whose value initially set to 0 will not be set manually to 1).
Once the flag will be set to 1, the client will be able to connect but he will have to fill Register B.
Once register 2 is submitted i would like the information submitted in register B get added in the Record X still in the same table _user_saved and I would like the user is not able to see anything else in the private area as long as he.she has not finished to fill the form B.
I have already created the form.
I have set the Register A to public, and the register B to private, now I need to know how to connect Register B to the table _user_saved making that the record will come with the first record X and not create a new record.
How to do this ?
Thanks in advanced for your help.
Regards