Service Request Form

About This Space

Simple Service Request Form Application


Last updated on February 23, 2021

Public Permissions:   View   Open/Fork   Run   Comment  

Simple Service Request Form

This example uses a simple form to collect information into a database table.

Screenshot

Using the Visual Designer

The form can be created in a drag-and-drop point-and-click manner, without writing any code, simply by the using the Visual Designer Tool. Elements that relate to specific database columns can be dragged to the Designer canvas directly from the Database Tab.

Defining Routines

To specify how form information is saved, a routine must be created. This can be done by right-clicking an element, like the Submit Request button, and selecting the "Build Logic..." menu option.

A routine is a series of steps.

Screenshot

This application only has one routine, but it's possible to create multiple routines that are triggered by different events within an application.

Defining Steps

Each step is created by answering some questions.

Screenshot

You can also write custom JavaScript code to define your steps. While this is not necessary in most cases, it gives you the ability to define custom or advanced functionality for your application.

Using Validation and Database-driven Choices

Some application functionality can be specified when creating widgets in the Visual Designer, rather than by using routines. For example, in the Properties Window, you can mark fields required, or you can specify other validation requirements, such as a field must be in the form of an email address.

Your widgets can also be tied to data from database tables. For example, the Type of Problem dropdown reads its choices from a database. This is configured by using the Database-driven Selection properties on the dropdown widget.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).

20480

0

5

A simple Demo of how to deploy EJS templates from a stateful Node.js script

17686

0

6

This lab walks you through building a series of Node.js applications that work with employee data.

17329

3

7

Simple example of a real world business application

16649

0

1

Demo app to use EJS to display information from a database

16044

0

4

This space illustrates the simplest way to load a Rich Display grid with data, where all records are sent to the grid in bulk.

15187

0

6

User Account Management and Login System

14947

0

1

Simple inquiry application that shows Customer Orders and Payments

14751

0

2

A simple dashboard example that uses responsive design

14147

0

3

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

13104

0

5

Advanced To Do List CRUD application with editable grid and drag-and-drop

13043

0

0