Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I am currently using the MktoForms2 API to use a single form multiple time on a page. I am able to embed a form multiple times with the following:
But since the same form is being used multiple times, the IDs inside the forms end up being the same so the page has multiple of the same ids. For exampl...