helloflask / helloflask/bootstrap-flask

Message for successful validation of separate fields

Open
#291 0 comments 0 reactions 0 assignees View on GitHub
form
Dominant language
SCSS
Stars
1.2k
Forks
193
Avg merge
4m
Merged PRs (30d)
3

Description

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](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 `` tag:
```html


Looks good!

```

I use the `render_form` method
```html
{{ render_form(form,
button_style='success',
button_size='block',
novalidate=True}}
```

Many thanks,
Christoph

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.