Posted on 15/02/2017 09:37:36
If you place your module templates in your design folder, e.g. Templates/Designs/<DesignName>/Forms/Mail, then the module will look for templates in that folder... if the current site is configured to use that design (see attached screenshot). However, you still have to select the template on the module settings.
What you want is to have the module look for default templates in the current design folder? That is how the setting for default form template works, but it requires that you have templates with identical names in Templates/Designs/Forms/Form and Templates/Designs/<DesignName>/Forms/Form.
Go to Apps > Forms for editors. Select the form and go to settings. Select a default form template, e.g. /Templates/Forms/Form/MyCustomTemplate.cshtml
If you then create a page with the form and select "Automatic" then the module will look for the template /Templates/Designs/<DesignName>/Forms/Form/MyCustomTemplate.cshtml - and if the template was not found then it will look for /Templates/Forms/Form/MyCustomTemplate.cshtml
So, from what I understood, you just want the same functionality for the other templates, so that you can select default templates on the form settings, use "Automatic" on the paragraph module settings and have the module look for the default templates in the current design folder. Correct?