

<input type="hidden" name="formGuid" value="<guid value>"/>You will need to setup your form to make a POST action to the provided url at the bottom of the Setup Modal. Example:
<form action="/v1/account_intake_form" method="POST">Note that there are 4 minimum required fields for a new form when you build it on your web site as detailed in the Setup Modal.Otherwise, the rest of the form and how you set it up is up to you for styling and uses general form components. If you are more advanced you can also submit a JSON fetch request to the intake form url with the field names, but a standard HTML form is fine too.