Matias Griese
Matias Griese
You need to add your own handlers for your own Flex types as TNT only indexes pages by default.
What I've done in the past was to check something like: if `process` exists, do the processing in its turn and flag that it has been used. At the end...
I won't accept this fix as it won't work in admin (it doesn't use form plugin, just the field), but I have an idea how to fix this.
Require does not work with file uploads as there's no data that gets sent when you submit the form. File uploads are handled by AJAX before form submit. Try setting...
There's one more thing that needs to be taken into consideration: form validation.
I think creating a simple field for file upload should work out of the box with the latest versions. Try it out and report a new bug if that doesn't...
I meant you need to create your own file field type -- with plain old HTML file field. I think that should actually work as long as you define it...
Interesting... Hide emails in the forms...
Try writing the form in this format: ```yaml agree_to_terms: type: checkbox validate: required: true outerclasses: privacy-checkbox agree_to_terms_text: type: spacer text: Ich habe die Datenschutzerklärung gelesen und bin einverstanden * honeypot:...
@rhukster It looks like some of the skeletons have bad blueprint markup: https://raw.githubusercontent.com/getgrav/grav-skeleton-soraarticle-blog/develop/pages/03.contact/form.md That format has never been supported, so likely the form has never been properly validated.