With Easy Forms you can embed the same form multiple times on the same page. For that, we just need to customize two things in the embed code of each form.
1. Change the Div ID.
For example, replace this line:
<div id="c28">
With:
<div id="c28b">
2. Change the container option to match the div ID.
For example, replace this line:
'container': 'c28',
With:
'container': 'c28b',
Note: In this example, 28 is the Form ID.
That’s all!
Doc. | Form Widget (Embed Code)