Server Side Logic and Version Control
Available on the Business Plan
Last updated
Available on the Business Plan
Last updated
On Feathery's business plan, we offer the ability to run your Logic Rules server-side to ensure any sensitive data and logic is not exposed on the frontend. You can toggle a Logic rule as "Run Server Side" to enable this behavior, and the JS logic will run on Feathery's server. Note that you won't be able to access browser functions (ex: window) with server-side logic.
Version Control of UI changes
Feathery eeps track of each change and allows you to revert previous changes. You can stage changes and test changes live before deploying to production. Feathery also offers separation of Test and Live data environments to separate data collected from staging/test forms and production forms.
With Feathery's role-based access control, you can limit which Feathery users can push changes to production