Libraries tagged by form data
binary-cats/sanitizer
104334 Downloads
Data sanitizer and Laravel form requests with input sanitation.
wacon/forms2db
6843 Downloads
Forms finisher, to save in database.
symbiote/silverstripe-dynamiclists
9900 Downloads
A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.
passbase/passbase-php
37204 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
jeffersongoncalves/filament-flux-pro
450 Downloads
Filament v5 plugin exposing Livewire Flux Pro components (Date Picker, Calendar, Editor, Charts, Kanban, Command Palette) as native Form Fields, Widgets and Page Concerns.
benjaminhansen/filament-draftable
469 Downloads
Provides a draftable interface to save long forms as a draft in the browser's localStorage and encrypts the data using Laravel's encryption.
toastnz/linkable
23557 Downloads
A couple of handy form fields and objects for managing external and internal links on DataObjects
nathancox/embedfield
25475 Downloads
A form field for adding oembed objects (primarily videos) to pages or dataobjects
pceuropa/yii2-forms
1805 Downloads
Form builder or code generator for Yii2. List GridView of forms. Saving form data in a databases.
extrameile/form-dynamic-recipient
21923 Downloads
Adds new form select type, which shows recipient records of a given page. This information can be used as dynamic recipient for the form data.
doublespark/form-database
686 Downloads
Saves Contao frontend form submissions to the database.
plasticstudio/form-submission-cleanup
120 Downloads
Configurable queued-job cleanup for SilverStripe form submission DataObjects.
genai/google-form
71 Downloads
Submit data to a Google Form from the server: POST to the form's formResponse endpoint, mapping your fields to entry.NNN ids. Best-effort with a short timeout so it never blocks the request (it returns false rather than throwing). curl with a stream fallback. PHP 5.3-safe.
xtreamwayz/html-form-validator
1756 Downloads
A library validating and filtering submitted data by reusing html form attributes
awes-io/form-builder
25114 Downloads
A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.