Adding a C7 Form
Here is how to add a Commerce7 form to your website:
1.Add a Text Block to your page and drag it where you want the form to go on the page.
2.In the Text Block Content area, click on the Text tab.
3.Paste this code snippet:
<div class="c7-custom-form" data-form-code=CODE GOES HERE></div>
4.Replace CODE GOES HERE with the code for the form you want to use found in C7 (under Website > Forms)
5.The final result will look something like this, but with your form code:
6.Scroll back up the page and click on Publish or Update in the top right to publish the form.