-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Sending Form After Updating to 2.1.0 #2
Comments
Please go to the backend Settings -> Event Log. There should be error record. Copy and paste error message and stack trace. In new version I think you can remove this boot method and use Autoresponder feature, where you can specify which fields to use and even the mail template. |
If you want to use
|
Hi @mplodowski, Thanks for your speedy response. There was no event logged for this error. Thanks also for the updated Cheers |
Without seeing error message there is very limited way to help you. The only way to see this error is to enable APP_DEBUG = true in .env file. You can also run: The last resort should be reinstalling plugin, but can cause data loss. |
Sorry, I wasn't clear. I'm not receiving the error anymore. I have updated my Thanks |
Super! I am glad it works now. |
Describe the bug
I have updated to the latest version of the plugin 2.1.0 and run the database patch. Now when a form is submitted an alert window pops up with a 'something went wrong' message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the form to submit
Screenshots
October version
2.1.21
Plugin version
2.1.0
Additional Details
I am extending the FormBuilder plugin to dynamically set the recipient name and email before the message is sent.
Hope you can help.
Cy
The text was updated successfully, but these errors were encountered: