List template and customize forms using SP Form Desinger

I am using SharePoint online with classic mode .. have create one list , create custom columns, and custom forms ( including the multiple form sets), using Plumsail form 1.9.0 .
Save list as a template . (template name I use MyCustomForms)

Created a new list (List Form 1) from the template (MyCustomForms). Form appears but forms are still point to template list .. when I open the newly created list in form designer . and I cannot see any forms.
Is there any thing I am missing , or plumsail forms will not copy with template. ?

Dear @sanaullah102,
No, the forms are not copied fully with a template, the schemas are stored separately from the list, and the URLs might be pointing to wrong forms.

You can provision SharePoint forms with Visual Studio, using our NuGet package and C# - Plumsail Forms Provisioning API for SharePoint — SharePoint forms

Thanks. is there any way to export the form using C#. ?

Dear @sanaullah102,
There is nothing specific in the provisioning to get the scheme file, but the .xfds schemas are always available in Site Pages > PlumsailForms, you can try retrieving the schemas from there.