The Marketo Forms extension lets you fetch and display the list of your existing Marketo forms into the field of your content type. When creating entries, the content managers can view the list of forms and select the one that they want to use on the web page.
We have created a step-by-step guide on how to create a Marketo Forms extension for your content types. You can refer the Marketo Forms extension guide on our documentation site for more info.
To modify the extension, first clone this repo and install the dependencies. Then, edit the HTML, CSS and JS files from the source folder, and create a build using gulp task.
To install dependencies, run the following command in the root folder
npm install gulp-cli -g
npm install
To create new build for the extension, run the following command (index.html):
gulp build