Form: Send form, review and make some operations with data, resend form

Notice: This thread is very old.
bossak
Member | 2
+
0
-

Hello,

I'm quite a newbie with Nette and I would like to ask for help with the following (maybe simple) problem:

1.) I have form that contains only one textarea.
2.) User can write to that textarea, one value per line.
3.) After form submission I would like to show entered values to the user as checkbox (one line = one checkbox) and allow user to check values that would be stored in the database.
4.) Send the (second) form and store data.

I have no idea how to proceed with the (double) form submission. (I have already implemented the part with DB and regular form and it works great).

Thank you very much!

Jakub

CZechBoY
Member | 3608
+
0
-

Try step form
https://componette.org/…stry/wizard/

Last edited by CZechBoY (2017-02-24 18:28)

bossak
Member | 2
+
0
-

Thank you very much for help Sounds interesting.

Isn't there any solution without any need of external pieces of code?

I need it for elementary admin/not frontend purpose so I would like to omit third party code.

Thank you anyway and appreciate your help!

Jakub