Progressive Form

In the div below, blank HTML will be filled in by the Marketo script.

To run locally, create a div like the one below, and include the Javascript file: https://cms-www-annuitas-dev.nwea.org/wp-json/pdg/v1/scripts

In this example, data-market0-form-id is 2673 and when the form submits it will redirect to /thank-you/

Alternatively, you can use the marketo-success-callback attribute and pass in the name of a globally available Javascript function that should be called after a success submission.

<div data-marketo-form-id="2673" data-marketo-redirect-url="/thank-you/" /></div>