You have to put form definition into page's frontmatter (header), not into content itself. You have select "advanced editor", or edit the file manually.
---title:Module 2cache_enable:falseform:action:/modular1 <-- Use route to modular, else 'Thank you' will breakname:my-nice-formfields:-name:namelabel:Nameplaceholder:'Enter your name'autofocus:'on'autocomplete:'on'type:textdefault:testbuttons:-type:submitvalue:Submitprocess:-message:'Thank you for your feedback!'---# Module 2
I made no other changes and did not copy any files.
The form is now correctly shown in module '/03.modular1/_module2/form.md'