Closed
Description
The idea of adding an ability to pass elements through EE template tags to HTML form tags recently came up in Slack. There has been a lot of conversation around it in Slack DM's as well as a public threaded conversation. This github issue is intended to bring the conversation fully public and add permanence to it. This has also been discussed as a public contributed addition to the upcoming 5.4 release :)
The code that would need to be modified is located in the following method.
We talked about adding a parameter named 'pass_through', and using the ee()->TMPL->fetch_param('pass_through') option to accept a pipe separated list of items that would then be added to the outputted HTML accordingly.