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
Dear all,
I've some trouble sending a message to the browser when the field validation succeeded, like the "Looks good!" message in https://getbootstrap.com/docs/5.0/forms/validation/#custom-styles that appears underneath the field after submitting the form.
It seems to me that I just need to find a way to include this div underneath the <input> tag:
div
<input>
<div class="valid-feedback"> Looks good! </div>
I use the render_form method
render_form
{{ render_form(form, button_style='success', button_size='block', novalidate=True}}
Many thanks, Christoph
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear all,
I've some trouble sending a message to the browser when the field validation succeeded, like the "Looks good!" message in https://getbootstrap.com/docs/5.0/forms/validation/#custom-styles that appears underneath the field after submitting the form.
It seems to me that I just need to find a way to include this
div
underneath the<input>
tag:I use the
render_form
methodMany thanks,
Christoph
The text was updated successfully, but these errors were encountered: