Demo for Mark

Alex (@alex)

18701

0

0

About This Space

Simple Service Request Form Application


Last updated on February 23, 2021

Forked from: /profound-logic/service-request-form/

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

More Spaces By Alex (@alex)

Filters:

Popular Recent

The app is used to for hosting events. It allows users to select their schedule, rate sessions, and leave feedback for speakers

38519

0

5

This space shows you how to run multiple queries simultaneously by using Promise.all().

44341

0

1

Basic setup for a Hello World React.js App

43997

0

2

A demo of how to build and consume Web Services with and without parameters

27004

0

0

29477

0

0

Database-driven survey app

38502

0

2

Vue.js using Rich Display Components built in the Visual Designer

25382

0

0

A demo of how to build and consume Web Services with and without parameters

27393

0

0

Eat other NodeRun players to win prizers

35694

4

3

Stateless demo app, where the mobile client or the browser would control the flow of the application

26703

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

28040

0

0

Demo app to use EJS to display information from a database

29705

0

0