Tags with Jquery?

I‘m wondering if there is a way to add TAG like that to a DB with Wappler as Checkboxes arent so sexy.

https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/

Also I think pros for Tags would be:

The question is especially how to store that infos then, as maybe Json needs to be deserialized? Or maybe even store it as native JSON Mysql which is possible since v. 5.6?

Maybe that would help?:

Input Form:

<input type="text" name="tags[]" data-role="tagsinput" value="sport, politics, business">

Server Side smth like: ?

htmlspecialchars_decode(json_encode($_POST[]))

and backwards with encode to get output?? :thinking:

Community Page
Last updated: