What is best practice for separating development forms from production?

What is the best way to develop changes to a form that is already in production? Basically, how do I have a development environment and then move those changes to the production environment?

Dear @smithme,
Depends on your case, but probably the best way to do it is to have a test/dev site, where you have exact copies of production lists/forms, where you can test them and make sure everything works as expected, and then export a form and import it in prod.

You can most likely export list templates and forms from production right now to setup such an environment.

1 Like