Update Documentation for Attribute Pass-Through forms
Overview
These documentation edits complement the proposed changes to the form_declaration function in Functions.php
They provide updated instructions concerning how to 'pass through' FORM attributes via tag parameters.
The pass through function is available to any tag that uses the form_declaration function to draw its opening <FORM> tag. I think all the cases covered by this are included in this documentation update: AFAIK the Comment form does not use this function and so does not benefit from these changes.
Resolves #441.
Nature of This Change
- [ ] 🐛 Fixes a bug
- [X] 🚀 Implements a new feature
- [ ] 🛁 Rewrites existing documentation
- [ ] 💅 Fixes coding style
- [ ] 🔥 Removes unused files / code
Related Application Change
Application Pull Request: https://github.com/ExpressionEngine/ExpressionEngine/pull/443
Associated with https://github.com/ExpressionEngine/ExpressionEngine/pull/443
Bump? Or just delete? Seems pointless to have had it in limbo for so long (almost 2 years).