Form builder |

|
The form builder is the heart of FeedbackServer as it allows to create and edit the survey form we are going to deploy and that our user will take.
By default FeedbackServer offers already many types of questions and answer items to build our forms and using the SDK its also possible to develop our own custom answer items.
Preview / Test
This screen allows us to test our form and display it the same way as the final output In preview / test mode no answers are saved.
Page Options

will move the page up until it reaches the next page break above.
will move the page down until it reaches the next page break below.
- Delete will delete the page.
- Clone will delete the page.
- Disabled will delete the page.
- Insert Question inserts a new question at the end of the page. If we want to insert a question before another one you may use the insert question link at the question options level.
- Insert Line Breaks insert a new line break at the end of the page. Behind the scene a line break is just a static question that shows an HTML line break tag.
- Edit Branching allows us to setup branching rules. If we have multiple pages we can redirect the respondent to a defined page based on his answers. This option is only available if you have multiple pages in your form.
Question Options

will move a question's position up.
will move a question's position down.
- Edit Question depending on the type of question we will able to use either the question editor or to the matrix question editor.
- Edit Answers on non-matrix based type questions.
- Edit Rows of a matrix based question.
- Edit Columns of a matrix based question.
- Edit Matrix Group allows us to edit the groups that compose a side by side based matrix
- Delete the question, its answers and all related respondent answers. Note that it's not possible to recover the question or its answers afterward.
- Clone makes an exact copy of the question.
- Disable the question will hide it from the respondent and make it inactive
- Insert Question inserts a new question before the current question. If we want to insert a question at the end of the page you may use the insert question link at the page options level.
- Insert Page Break inserts a page break before the current question.
- Insert Line Break inserts a new line break before the current question. Behind the scene a line break is just a Static Question that shows an HTML line break tag.
- Skip Logic let us creates Skip Logic Conditions to hide the question based respondent's answers on the previous pages. This option is only available if you have multiple pages in your form.