User can add validation and add the endpoint where the form is going to be submitted. After completing the form, a JSON is created which will be used by form renderer to render the from. A from renderer is to render the form created by form builder.
We used ReactJS to create the form builder and form renderer.