Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The following section is a simple introduction to guide you through the basics of creating your form/service application. When building a service application, administrators should be prepared with an understanding of the requirements of the application, e.g.

  • What data do we need to capture from the user?

  • What type of data is it? (Text, number, multiple choice, etc.)

  • How should the data be segmented into steps?

  • How should that data be structured on each step?

For the purposes of the following walkthrough, let’s assume that we’ve discussed the requirements with our stakeholders and have determined that our application will be used for gathering project data so that they can prioritize timelines and resources.

Specifically, we need to gather the following:

  • Contact information (first name and last name)

  • Project priority

  • Estimated effort

After consultation with a UX designer, we’ve further determined that our form should have the following steps:

  1. Gather contact information

  2. Gather project information

  3. Summary page

  4. Confirmation page

Continue on to the walkthrough to see how these requirements can be turned into an interactive form.

  • No labels