Link

Form Page

This tutorial was contributed by Sinu and Deo Kumar

Quintype forms are powered by Formio. To enable it contact support@quintype.com.

Frontend route: {website-host}/forms/:formSlug Sketches route: {sketches-host}/api/v1/forms/:formSlug

SSR

The form currently doesn’t support SSR, so make sure its loaded only in the frontend.

Component

We use the Form react component exposed by formio to render the form in the browser. Please check it our for further documentation.

Styling

Formio relies on bootstrap for styling. Since it might conflict with the global styleguide of your app, we are using an isolated version of bootstrap.

You may now proceed to Support Loadable Component or jump to a recipe from the Tutorial.