Stability and security release. New field: CSRF. This creates a token per form that is only valid per session. It adds a new layer of protection to the forms. We strongly recommend adding it to every existing form that is publicly accessible although it won't harm having it in every form. Just add it to the top of the fields list of the form and give it a name and you are good to go. We recommend the use of CSRF in every form unless the form is used to submit to a 3rd party API. The field should be the topmost field for efficacy.