UF_FormGenerator icon indicating copy to clipboard operation
UF_FormGenerator copied to clipboard

Form Generator sprinkle for Userfrosting 5

Results 7 UF_FormGenerator issues
Sort by recently updated
recently updated
newest added

Font Awesome v5 has more than just the `fa` class. Removing the class from the template improves flexibility by allowing config via the schema

From conversation on 2/24/2019 confirmed there is no API at this time for programmatic launch of a modal form in UF_FormGenerator. The methods that do it are private behind the...

help wanted
Feature Request

> so you are translating the placeholder in the class and the label in the Twig template

Is that possible to use input tag with file type for file uploads (images)?

enhancement
help wanted

Fixed bug - json_encode missing Resolves #20

Replace var validators = {{validators|default('{}')| raw}}; With var validators = {{validators|default('{}')| json_encode(constant('JSON_PRETTY_PRINT')) | raw}};