Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I downloaded form.io project and run successful but I want to know about how to implement or create new form.
If we create new for using form.io website then how to download that project or how to configure with github.
Posted
Updated 27-Nov-15 2:33am
v2

1 solution

You can export your project on Form.io by clicking on your Project, then go to Settings, and then click on Export. This will download a JSON file that represents your project in JSON form. You can use this to either create a new project within Form.io, or use it within an application on Github like you see here.

https://github.com/formio/formio-app-salesquote/blob/master/src/project.json

Once you have a project created, you can then use that repo during the installation which will install your application locally.

Hope this helps,

Travis.
 
Share this answer
 
Comments
Pavan Patle 27-Nov-15 3:23am    
Thanks Travis ! It will helpful for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900