문제

I want to create two different form. In the first form the users can enter the data. Depending on the data given in the first step, i want to prepare some prefilled data in the second form.

It is possible to do so ?

Sorry for my English.

Thanks

도움이 되었습니까?

해결책

Yes, this is totally possible.

Once the first form has been sent you validate and check the data. If your condition is met you'll store the data within the session and then redirect the user to the second form.

Once the second form has been validated correctly you can use the data from the session and the current forms data to do whatever you want to do.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top