-
Notifications
You must be signed in to change notification settings - Fork 0
Creating filling forms without using state machines
Mikhail edited this page Jan 10, 2021
·
2 revisions
Creating filling forms, for example, to set user first and last names, age, could be implemented without using any state-machines, only by using Sessions.
Example of the code, which requests full name, and age:
//Soon