-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add forms processing #25
Comments
Awilum
added a commit
that referenced
this issue
May 25, 2021
Awilum
added a commit
that referenced
this issue
May 25, 2021
Awilum
added a commit
that referenced
this issue
May 26, 2021
Awilum
added a commit
that referenced
this issue
Jun 2, 2021
Awilum
added a commit
that referenced
this issue
Jun 2, 2021
Awilum
added a commit
that referenced
this issue
Jun 2, 2021
Awilum
added a commit
that referenced
this issue
Jun 3, 2021
- add Template variables. - use _self_value instead of _self.value - use _self_fields instead of _self.fields - use _self_messages instead of _self.messages - use _self_redirect instead of _self.redirect
Awilum
added a commit
that referenced
this issue
Jun 6, 2021
- new public method `storage` to get form storage data - `process` moved inside `properties` - new __form_process_ hidden field instead of __process_form_ - new __form_vars_ hidden field instead of __process_vars_ - new actions functionality - removed properties: process, vars and data, use storage instead - improved logic for other methods
Awilum
added a commit
that referenced
this issue
Jun 6, 2021
Awilum
added a commit
that referenced
this issue
Jun 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have general forms process functionality to simplify and standardize forms handling on the backend.
YAML structure (example):
PHP handling (example):
Epic: #1
The text was updated successfully, but these errors were encountered: