Is there a way to override a views-form template? I am using views bulk operations
and attempting to add in some custom functionality into it via hook_form_alter, but part of the functionality requires me to create a custom template/override on the views-form it generates, and I can’t seem to find a template that would allow me to override the template.
When adding VBO or creating a views data field with an available ‘viewsForm’ method (as VBO does), it adds an additional ‘views-form’ container to the view to render form elements. Trying to find how to override this template so I can make the changes needed for our functionality.