
Quick start to see the Tripetto Forms editor and a simple collector implementation in action.
Tripetto Forms bring a new way of creating and deploying forms in websites and applications. You use its intuitive graphical editor to build and edit smart forms with logic and conditional flows in 2D on a self-organizing drawing board. In any modern browser. Mouse, touch or pen.
And you deploy these smart forms in websites and applications using the supplementary collector library. Anything you build in the editor, the collector will simply run. You just focus on the visuals of the embedded form.
This quick start demo allows to create forms using the editor and run them right away in a simple collector.
Install using npm
- Install the quick start demo using npm:
$ npm install @tripetto/forms-quickstart -g
$ tripetto-quickstart
This will start the Tripetto Editor server and probably your default browser will automatically open http://localhost:3333
(if not, open the browser of your choice and point it to this URL). Now start editing/building your form. Save your form by clicking the Save
-button and click the Preview
-button at the right (second button from the top) to see the form in action.
The editor runs at: http://localhost:3333
.
The collector runs at: http://localhost:3334
.
Or install it from the repository
$ git clone git@gitlab.com:tripetto/forms/quickstart.git
- Inside the quick start folder run:
$ npm install
npm start
Documentation
The complete Tripetto Forms documentation can be found at: https://forms.tripetto.community.
Issues
Run into issues using this demo? Report them here.
Problems using the editor? Report bugs and issues here.
Support
For general support contact us at support@tripetto.com.
About us
If you want to learn more about Tripetto or contribute in any way to our ambitions, visit us at Tripetto.com.