Hi,
I have been playing with the form plugin, and didn't like the way it structured the fields in the form, hence I tried to overwrite them. First I just replaced the field.html.twig/form.html.twig in the plugin, but noticed that that didn't really work very well.. taking into account updates etc.
After that I decided to place the files i wanted to overwrite in the templates folder as that seems a better way (my understanding is that grav will always first look there anyway).
Problem I face now is that for my contact form the new field.html.twig works like a charm. Unfortunately this also overwrites the fields used in the admin panel.
Is there anyway to overwrite the field.html.twig file used in the form plugin for 1 theme specifically? Or at least tell the admin plugin to use the default twig template found in the form plugin folder?