Custom HTML tables can be built in your survey by using the html
tag, HTML code, and question piping.
This example has various question types created below the HTML table, and question piping is used to place each question within a table cell.
Details
- Place custom HTML on the
html
tag, and use heredoc to make the code legible. - Create your questions separately as needed.
- Use question piping to place each question into its location within the HTML table.
Tip! Build a standard table using IntelliSurvey's existing table tags. Then, use your browser's element inspector to "inspect" the table and use the HTML as a reference for building your custom table.
Comments
0 comments
Please sign in to leave a comment.