UF_FormGenerator
UF_FormGenerator copied to clipboard
Form Generator sprinkle for Userfrosting 5
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...
> 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)?
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}};