Forms library to automate the generation and processing of HTML forms.
Go to file
Abel Hoogeveen a2f3165e24
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Fixed bug where CSRF-tokens are not replaced in cached forms.
- A bug was discovered where cached forms always would contain the same CSRF-token. This would prevent the hidden token from being replaced, resulting in CSRF-errors in WebComponent on every POST-request.
2023-03-06 21:23:27 +01:00
layouts/form Implemented the Select field, which is an alternative to the Radio field. 2023-01-27 14:38:18 +01:00
src/FuzeWorks/Forms Fixed bug where CSRF-tokens are not replaced in cached forms. 2023-03-06 21:23:27 +01:00
test Fixed bug where CSRF-tokens are not replaced in cached forms. 2023-03-06 21:23:27 +01:00
.drone.yml Implemented CI Pipeline. 2022-12-28 10:59:47 +01:00
.gitattributes Initial commit 2022-12-28 10:50:19 +01:00
.gitignore Initial commit 2022-12-28 10:50:19 +01:00
LICENSE Initial commit 2022-12-28 10:50:19 +01:00
composer.json Initial commit 2022-12-28 10:50:19 +01:00