depage-forms
depage-forms copied to clipboard
depage-forms is PHP library for HTML form generation with focus on usability. It is part of the upcoming version of depage-cms, but it also works as a standalone library. By abstracting HTML, browser...
In the following form, I would like to make the subsequent fields mandatory only if user choses "folgende Anschrift" How can I achieve this? I tried to register a validator...
add aria roles to elements e.g. for error-message: role=“alert”
How can we create an input field which is readonly. This allows to display fields in a form which are prefilled, and cannot be changed by the visitor. But the...
Add a new confirm element to steps, that would display all data that the user provided. (See https://github.com/depage/depage-forms/issues/4) The user could confirm, or go back to previous steps to change...