JavaScript for WordPress › Forums › Gutenberg Development › Adding Multiple Block Element › Reply To: Adding Multiple Block Element
March 12, 2019 at 12:18 pm
#97402
Zac Gordon
Keymaster
Okay, first I just want to double check that you watch the Gutenberg Block Course and all the examples it covers?
Then, the short answer is you need new attributes and event handlers for each new form element you want to add.
Take a look maybe at some of the examples from the course that have multiple form elements in them as an example.