Replies: 1 comment 1 reply
-
I can only think of : <span x-text="item.fields.contact_email"></span>
<input type="hidden" name="to" :value="item.fields.contact_email" /> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have something like this to display email ids, each in a pill format, with a cross in each pill to delete the email id from the list when required.
I have this above code in a traditional form with name attributes which is getting sent via HTMX.
How do I include these email id pills in the form using name attributes ?
(Like as if adding name="to" to each span pill but name attribute is only possible in input elements)
Beta Was this translation helpful? Give feedback.
All reactions