1👍
The simple way to do this would be to extract the data in the first view and store it in the session. The second view would then simply retrieve the data from the session and use it to populate the form.
Source:stackexchange.com
1👍
The simple way to do this would be to extract the data in the first view and store it in the session. The second view would then simply retrieve the data from the session and use it to populate the form.