I got 2 different forms for collecting email addresses.
One in the footer and one in a Call to Action component, basically these 2 form need to collect the same data and I want to collect them in the same form submission tab. I already tried giving both forms the same name but this doesn’t appear to be the solution.
I can extract the form into a separate template and completely style it with custom classes for each occurrence, but I was wondering if there is a simpelere solution?