Problem/Motivation
I freshly installed Webforms on an existing site. During configuration, I installed Honeypot and went to Webforms Configuration -> Forms to enable the Honeypot integration. Upon trying to save, the following errors showed up at the top of the page:
Error message
Default preview page title is using the following invalid tokens: [webform:title].
Default confirmation message is using the following invalid tokens: [webform:title].
The defaults that I did not change are:
Default preview page title: [webform:title]: Preview
Default confirmation message: New submission added to [webform:title].
For some reason trying to save these settings causes the error. I cannot find what the correct tokens should be for these sections.
Steps to reproduce
- Install Webforms
- Go to Configuration -> Forms
- Leave defaults and attempt to save configuration
More Info
I am not using CDN libraries. I followed the instructions to install the libraries locally using composer which seems to have worked successfully.
Help Requested
Please let me know if I have done something wrong or missed a step to cause this. Otherwise, please advise if these tokens are incorrect and I should be using other tokens. I would like to maintain the intended functionality if possible. Otherwise, please let me know what my options are to fix this.