List Available Templates for Current Theme in a Plugin

The available templates are returned by get_page_templates(), which mostly forwards it to current theme’s object.

There is also more specialized page_template_dropdown(), which you might be able to use in your form.

tech