I need to modify the behavior of the forms plugin (so I can get the form data and the uploaded files to end up in the same, unique directory). How would I go about this?
- Can I extend a plugin? If so, how?
- Should I just modify the forms plugin's files? This way, an update would undo my changes.
- Should I copy the forms plugin, call it "forms2" and make my changes there? But then how do I tell Grav to use that instead of the original?
- Any other way?
Thanks!