Revamp Address Block

Fixed in

EPiServer.Forms.Samples 4.0.0

Created

Jul 08, 2022

Updated

Aug 19, 2022

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