craftcms / contact-form

Add a simple contact form to your Craft CMS site.
https://plugins.craftcms.com/contact-form
MIT License
294 stars 93 forks source link

Include success flash message in JSON response #208

Closed danbrellis closed 3 years ago

danbrellis commented 3 years ago

If the mailer is successful, include $settings->successFlashMessage in the JSON response alongside success => true so front-end forms can display this message.

Description

Related issues

angrybrad commented 3 years ago

Thanks for that... would you mind adding a changelog item for this?

danbrellis commented 3 years ago

Sure thing @angrybrad. I added it to the changelog and updated the Ajax example in the readme to show its use.

angrybrad commented 3 years ago

Thank you... merged!