EPiServer.Forms.Samples 4.0.0
Jul 08, 2022
Aug 19, 2022
Closed, Acceptance tests pass
The client and server keys are now separated. You can enter the separate keys in appsettings.json in the EpiServer section:
"FormSamples": { "FormSamplesApiKeyOptions": { "AddressKey": { "ClientApiKey": "YOUR_KEY", "ServerApiKey": "YOUR_KEY" }, "RecapchaKey": { "SiteKey": "YOUR_KEY", "SecretKey": "YOUR_KEY" } } }