Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Aug 16, 2020
1 parent e317bcb commit 4c2c081
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.3 - 2020-08-17

### Added
- Added `form.formId` and `form.configJson` shortcuts for templates.

## 1.1.2 - 2020-08-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 2 additions & 0 deletions docs/developers/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Attribute | Description
`submitActionEntryId` | If chosen to have a entry be the redirect action for a form, this will be the [Entry](https://docs.craftcms.com/api/v3/craft-elements-entry.html) ID.
`defaultStatus` | The default status for the submission made on this form.
`defaultStatusId` | The default status ID for the submission made on this form.
`formId` | This will output the ID for a form, in the format `formie-form-{id}`. This is required for JavaScript-enabled forms.
`configJson` | This will output encoded JSON to be output in the `<form>` element. This is required for JavaScript-enabled forms.

## Methods

Expand Down

0 comments on commit 4c2c081

Please sign in to comment.