Open
Description
When there's a form within a component, a hidden element should be automatically added that stores the name of the component, so when the do functions are pressed, only the do function within the clicked component is triggered.
This resolves a bug where two components can have a do_delete
function, but it is unclear which component's function to execute.