Option for namespace tag to namespace only "id" and "for", but no "name" attribute #11467
-
Would that be possible? I'm in the situation where i want to use the same form in multiple places and i want these forms to have different input ids, but share the same |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Jun 21, 2022
Replies: 1 comment 3 replies
-
You can do this with the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this with the
namespaceAttributes
filter.