Releases: Victoire/WidgetFormBundle
Releases · Victoire/WidgetFormBundle
2.3.7
2.2.9
Set the reply-to with the email value (if exists)
Merge pull request #38 from Matteo-Peronnet/fix-email-reply Add email reply-to to the user
[Bugfix] Edit form with multiple quantum
Merge pull request #39 from Matteo-Peronnet/fix-editing-form-questions Fix editing form
✨ Rebuild catcha system + add several captcha adapters + add tests
Merge pull request #37 from Matteo-Peronnet/fix-captcha-validation Adding several captchas
Recaptcha patch
2.3.4 Merge branch 'Matteo-Peronnet-fix-recaptcha'
Recaptcha feature
This release brings possibility to setup a captcha on the forms.
To use reCAPTCHA on your website, you'll need to :
- Register your website in the reCAPTCHA homepage here
- Add your api keys in your app parameters
victoire_widget_form.recaptcha_public_key: XXXXXX
victoire_widget_form.recaptcha_private_key: XXXXXX
Fix button markup
Merge pull request #19 from LoicGoyet/fix/submit-btn-layout fix the layout of the submit button in the show template
Add submit button class
Merge pull request #18 from BFoucher/feature/custom-submit-button choice for submit button color
Dispatch event to append/prepend some data in sent email
2.2.1 Merge pull request #17 from BFoucher/feature/add-event-for-inject-dat…