If I’m creating blocks that I’m going to send up to a WordPress site to be put on a page,
How can I add into that block a WordPress plugin that I’m using in WordPress that I would want to show up in some of these blocks?
For example, I use a calculated forms plugin that does our contact information.
It also does a whole booking system where people can customize their booking package, calculates the money, even lets them pay a deposit and shows the balance still due. It sends us an email, sends a customer an email, and then pushes them to a payment system to make payment. It also sends us a CVS file that I drop into a database that gives us the full order information.
We also use this for on another page to get payments so people could pay on a package.
How would I get this to work in Pinegrow when designing local to have the elements show up in the areas that we would want? It uses shortcodes in WordPress. Should I just put the shortcodes in an area in Pinegrow but then when I’m previewing it, would that even work to be able to see them?
How would all this work to integrate that together?