Multi-Step Prompts
closed
James LePage
marked this post as
closed
A version of this was added in CodeWP 2.0, with the conversational flow.
James LePage
marked this post as
in progress
James LePage
James LePage
marked this post as
planned
James LePage
marked this post as
under review
James LePage
For example:
1) get all customers that meet X conditions
2) create a shortcode that returns a html table of these customers (include ids, names, profile image, and link to profile page)
3) style that shortcode table output with a dark mode based on bootstrap
4) add JS that allows you to sort the the table by ID.
5) make another shortcode to add the javascript and ui/ux for the sorting