Skip to content

2.2.0

Compare
Choose a tag to compare
@AndrewHaine AndrewHaine released this 19 Apr 11:38
· 22 commits to master since this release

Added some return values when capturing form submissions.

$capturedSubmission = $form->captureForm();

echo($capturedSubmission['Link']);
// http://your-site.com/admin/<Link to exact submission>