logo
Steps
1
Survey build example
2
Create a survey
3
Adding questions
4
Add questions to page
5
Adding HTML to page
6
Adding form fields
7
Apply custom styling
8
Adding page rules
9
Page initialization
10
Validate phone and time
11
Testing

Survey build example

This will walk through building a survey based on a supplied web page template. Sensorpro uses jquery and bootstrap by default, so these libraries and style sheets are available by default.

Introduction

The process is as follows:
  1. Create the survey 
  2. Add the questions
  3. Adding questions to page
  4. Add HTML static content text, headers footers
  5. Add form fields
  6. Apply custom styling
  7. Add page rules
  8. Page initialization
  9. Validate phone & time 
Next
Discussion
You
0