Hi,
I mentioned that you would need to take care of them explicitly through 'package manager'. However, I missed to add details around it. You need to create a package with appropriate path filters, build it and then download it. And then import the package on the other server through package manager itself. The steps to do all of this using package manager can be found at [0].
As far as path filters are concerned, you will need to know where the assets you are trying to download exist in the repository.
1) Custom Adaptive Form Templates
When you open or view details of the template you have created, you can view the location of the template from the URL. It would be something like /conf/..../settings/wcm/templates/testtemplate. And the content policies, (if you have used any in the template) will reside at /conf/..../settings/wcm/policies/testtemplate. So, if you wish to export specific templates you will need to provide the path of each of the templates and the content policies it uses in the package filters. And if you wish to export all templates, simply add the following paths :
- /conf/..../settings/wcm/templates
- /conf/..../settings/wcm/policies
[.... denotes your folder name]
2) Cloudservices
All cloudservices reside under location /etc/cloudservices. You can find the specific path of the cloudservice that concerns you by looking at the URL when you open the cloudservice.
Hope that helps. Let me know if you face any issues.
Thanks,
Anshika
[0] : https://docs.adobe.com/docs/en/crx/2-3/how_to/package_manager.html#Creating Packages