Try our conversational search powered by Generative AI!

Revamp Address Block

Fixed in

EPiServer.Forms.Samples 4.0.0

(Or a related package)

Created

Jul 08, 2022

Updated

Jul 19, 2023

State

Closed, Acceptance tests pass


Description

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"      
     },               
      "RecaptchaKey": {                   
          "SiteKey": "YOUR_KEY",       
          "SecretKey": "YOUR_KEY"             
     }            
   }      
}