Releases: bigfork/silverstripe-form-capture
Releases · bigfork/silverstripe-form-capture
4.0.0
3.1.0
3.0.0
Add simple build task to clear out old submissions
v2.2.4
- [Fix] Fix outdated
getSourceAsArray()
method call when handling dropdown/grouped dropdown fields (Thanks @kris-coidan)
v2.2.3
- Introduces export functionality, thanks @kinglozzer
2.2.2
2.2.1
Adds handler for OptionsetField
and CheckboxSetField
data.
2.2.0
Added some return values when capturing form submissions.
$capturedSubmission = $form->captureForm();
echo($capturedSubmission['Link']);
// http://your-site.com/admin/<Link to exact submission>
1.1.0
Additions
- Added a return value:
$capture = $form->captureForm();
echo($capture['Link']);
// Returns a link to the CMS page containing the submission data.
- Added an editorconfig for consistency
2.1.0
Updates for SilverStripe 4.1:
- Vendorised module
- Fixed broken canView
- Updated namespaces
- The extension is now automatically applied when the module is installed
- Removed custom CSS