logo
Steps
1
Survey build example
2
Add a logo
3
Adding static content
4
Add a question
5
Mixed content (form data and static)
6
Page rules (hide show content)
7
Add images to question.
8
Add custom font

Survey build example

This will walk through the key step in converting an existing paper survey or HTML form to a survey. 
When converting a document to a survey, one of the key processes is to break up the content into the following:
  1. Questions: In some cases questions may need to be split in multiple questions if they cannot be directly represented by a single question. 
  2. Static content: Things like introduction text, logos and headings.
  3. Form data: Input fields used to capture data. This is usually data which cannot be captured in question format.
If you are building a survey with specific styling and validation, you will need knowledge of the following:
  1. HTML
  2. CSS
  3. JavaScript (if you want to build custom validation)
Each survey has a default reference to: 
  1. Bootstrap 4
  2. JQuery 3.5.1 
Next
Discussion
You
0