The html and css is pretty straighforward, so the main challene is that you have to update the entry status using an AJAX Handler when you drag via Sortable.js
That's a nice find Tony! Where did you create your Kanban tiles? I could see this working in a view and doing the updates as you suggested with Ajax.
<p>Yes, I added the columns to the view of the header (that is typically used for tables). And the cards to the body so it can repeat</p>
Please login or Register to submit your answer
Note that I have found several Kanban solutions that can call up the user from the WP user db, what I can't find, which would be awesome, is a Kanban solution whose user assignment could come from a Formidable Form entry table.