formtools / module-form_builder

The Form Builder module.
https://docs.formtools.org/modules/form_builder/
15 stars 21 forks source link

Use account information when creating new submission #35

Closed tilleul closed 5 years ago

tilleul commented 5 years ago

Form Builder forms do not use logged user account information when calling Submissions::createBlankSubmission. This minor modification allow the use of placeholders like {$ACCOUNT_ID}, {$FIRST_NAME} etc for setting default values for fields in a Form Builder form.

benkeen commented 5 years ago

Thanks @tilleul! This'll be in the next release.