You can define the country context provider on a form to have available for all of the controls on the form.
The <CountryContextProvider>
tag is used in the header of custom forms and accepts the provider name:
Copy
<FormHeader>
<Style>header</Style>
<Title>Country Context Provider</Title>
</FormHeader>
<EmployeeHeaderPanel>
<Style />
</EmployeeHeaderPanel>
<CountryContextProvider>
<Name>PayGroupProvider</Name>
</CountryContextProvider>
<FormBody>… </FormBody>