Click the button to check if the email field accepts multiple email addresses.
``` ### Example 2: Dynamically Enable Multiple Email Inputs The following example dynamically enables the input field to accept multiple email addresses when a button is clicked: ```htmlClick the button to allow the email field to accept multiple email addresses.
``` --- ## Related Pages * HTML Reference: [HTML <input> multiple Attribute](https://www.w3schools.com/tags/att_input_multiple.asp) * JavaScript Reference: (dom-obj-email.html)
YouTip