Here's What We Were Working on in June 2021
Templater Add On

Normally when we built pages, we would just build all the content on the page itself in the backend, but recently, for anyone who’s been trying to edit their sites in the backend, you may have noticed some slow backend issues when attempting to edit pages. To avoid this, we’re in the process of creating all pages via templates. Basically, we are building the sections in a separate area of the backend, and then on the page itself, we are simply marking what sections go in which order. This way, when the backend of that page is trying to load, it’s loading much less script, and should have no speed issue or error codes. This also helps us make changes for you more efficiently! Instead of us having to load an entire page, we can just focus on the single template. This is something that we are doing automatically. Any questions? Let us know.
New Forms Interface in Backend

Now we can build forms faster with a more intuitive interface that makes it easier to build complex forms. The drag & drop format may make it easier for anyone who wants to make their own forms as well – though we’ll be here for any questions or help as always. We have also changed the data handling of the form submissions as well to be more secure. Before they were handled in the browser, but now it is done on the server side. Any questions? Let us know.

