Chapter 3. Creating and Customizing Web Forms
One of the highlights of Bonita Studio is the ability to design web forms in a simple and intuitive drag-and-drop interface. This takes care of most of the details while designing a web form. Also, in the description panel, we can easily define the data in the web form that we’re interested in. Let us now create a new process, which incorporates many web forms. We will aim at creating a series of web forms for booking flight tickets by an agent. Let us look at the elements that such an application would have:
A welcome page, where the user will be allowed to make a selection between booking a ticket and submitting a report
For booking a flight ticket, the user has to enter his travel dates and so on
Then he will have to choose the flight he wants from a list of flights
Finally, he will be redirected to the payment page
A confirmation e-mail will be sent to him after the successful payment
He will also be able to submit a report instead of booking a...