You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the TagHandler to store the serialized values of the tags when submitting a form.
Add some options:
formID: ID of the form that the TagHandle will use to hijack the submit function and store the tag data in. If this field is left undefined but the fieldName option isset, then the TagHandler will use the parent form of the TagHandler.
fieldID: ID/name of the input field to store the tag names in when submitting. This field could exist in the form already or be auto-created by the TagHandler on the fly.
The text was updated successfully, but these errors were encountered:
Allow the TagHandler to store the serialized values of the tags when submitting a form.
Add some options:
The text was updated successfully, but these errors were encountered: