I have two forms on a modular page - a newsletter form and a contact form. I've used form 2.0 plugin and it was working fine when I initially set it up for the contact form, but when I created files for the newsletter everything collapsed. Now the contact form is displaying data (input field 'email' and 'submit' button) of the newsletter form and the newsletter form is not displaying any. Has anyone else experienced a similar problem?
I'm trying to render them by calling the adequate form (as advised here):
Contact Form
{% include "forms/form.html.twig" with { form: forms('contact-form') } %}
Newsletter Signup
{% include "forms/form.html.twig" with { form: forms('newsletter-form') } %}