Create a Django placeholder.
## Library versions
## Django==4.1
## django-crispy-forms==1.14.0
## crispy-bootstrap5==0.6
## python==3.10.6
##
#
## If using Crispy Forms
## Instead of say 'searchTerms' in your FieldSet us the following code
## 'searchTerms' will output the standard field layout, the above will add the
## placeholder to that.
#
Field('searchTerms', placeholder='Note: Separate with a comma'),