silverstripe-userforms/code/model
Will Rossiter 42932ea47f Add flags to configure use of cookies.
Adds 2 new flags to the CMS:

- DisableCsrfSecurityToken
- DisableAuthenicatedFinishAction

DisableAuthenicatedFinishAction disables the session check on the finish completed action as this normally validates the user correctly posted a form. This page is normally just basic content so requiring a session cookie is sometimes a hassle.

DisableCsrfSecurityToken allows security token to not be added to the form. Normally acceptable as forms don't usually alter the state of the database.
2014-07-27 20:51:23 +12:00
..
formfields Fix CheckboxGroupField validation (Fixes #209) 2014-07-25 14:53:13 +12:00
submissions Correct location for getValueFromData() 2014-04-25 09:53:45 -04:00
UserDefinedForm.php Add flags to configure use of cookies. 2014-07-27 20:51:23 +12:00