Closed danbrellis closed 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.
$settings->successFlashMessage
success => true
Thanks for that... would you mind adding a changelog item for this?
Sure thing @angrybrad. I added it to the changelog and updated the Ajax example in the readme to show its use.
Thank you... merged!
If the mailer is successful, include
$settings->successFlashMessage
in the JSON response alongsidesuccess => true
so front-end forms can display this message.Description
Related issues