Skip to content

Releases: bigfork/silverstripe-form-capture

4.0.0

28 Jul 11:40
Compare
Choose a tag to compare
Update requirements for SS5

3.1.0

30 Jan 09:19
9da789e
Compare
Choose a tag to compare

Updates methods in FormCaputureAdmin to allow Extensions to make changes.

3.0.0

04 Nov 16:08
Compare
Choose a tag to compare
Add simple build task to clear out old submissions

v2.2.4

05 Aug 10:37
3d8535f
Compare
Choose a tag to compare
  • [Fix] Fix outdated getSourceAsArray() method call when handling dropdown/grouped dropdown fields (Thanks @kris-coidan)

v2.2.3

13 Mar 11:15
3cc252c
Compare
Choose a tag to compare

2.2.2

01 Sep 22:38
Compare
Choose a tag to compare

Fixes #13

2.2.1

16 Jul 15:29
962cb59
Compare
Choose a tag to compare

Adds handler for OptionsetField and CheckboxSetField data.

2.2.0

19 Apr 11:38
Compare
Choose a tag to compare

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

19 Apr 11:00
Compare
Choose a tag to compare

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

21 Mar 09:53
Compare
Choose a tag to compare

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