Skip to content

Creating filling forms without using state machines

Mikhail edited this page Jan 10, 2021 · 2 revisions

Creating filling forms without using state-machines

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