How to group form submission?

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?

I have this question as well.

Did you ever get around to it?

@24kConnect

I’ve just restyled the same form using custom CSS.