We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
As explained in the Statamic doc here:
When using form:create tag, Statamic will automatically take care of opening your form with a proper CSRF token .
form:create
Unfortunately the generated HTML seems to not be valid:
<input type="hidden" name="_token" value="cN03woeRj5Q0GtlOj7GydsZcRwlyp9VLzfpwDFJZ" autocomplete="off">
As autocomplete="off" should not be used on <input type="hidden">.
autocomplete="off"
<input type="hidden">
Just create a form with the form:create tag.
No response
Environment Application Name: Jean-Marie Belloteau Laravel Version: 10.48.3 PHP Version: 8.3.4 Composer Version: 2.7.2 Environment: local Debug Mode: ENABLED URL: immersion-pictures.test Maintenance Mode: OFF Cache Config: NOT CACHED Events: NOT CACHED Routes: NOT CACHED Views: NOT CACHED Drivers Broadcasting: null Cache: redis Database: mysql Logs: stack / single Mail: smtp Queue: redis Session: file Statamic Addons: 1 Antlers: runtime Sites: 1 Stache Watcher: Enabled Static Caching: Disabled Version: 4.53.2 PRO Statamic Addons statamic/seo-pro: 5.4.1
Fresh statamic/statamic site via CLI
Runtime (default)
The text was updated successfully, but these errors were encountered:
As autocomplete="off" should not be used on .
Do you have a source for this?
Sorry, something went wrong.
This comes directly from Laravel anyway. They intentionally add autocomplete="off". You can read about it here: laravel/framework#48371
Hi Jason, Ok thank you for point me to the related Laravel issue. 🙏🏼
No branches or pull requests
Bug description
Hi there,
As explained in the Statamic doc here:
Unfortunately the generated HTML seems to not be valid:
As
autocomplete="off"
should not be used on<input type="hidden">
.How to reproduce
Just create a form with the
form:create
tag.Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
Runtime (default)
Additional details
No response
The text was updated successfully, but these errors were encountered: