For some very advanced applications, users proficient in HTML may wish to create questions in a custom format. In order to tie these manually coded questions into the reporting field tree, you must also do the following:
- The custom question should be created with IntelliSurvey syntax and placed on the
htmltag. - The custom question must be present on the same survey page as the question being hidden. Apply
autopage: nto the hidden question. - The
template: emptyshould be added to the hidden question to keep it from rendering on screen. - Then,
page_template_data: { show_continue => 1 }should be added to the hidden question to show the "moved" question in its new location. This is similar to question piping. - A hidden
qlistinput also needs to be present on the page to save the respondent's answer in the data, e.g.,<input type="hidden" name="_qlist" value="QMYCBVAR">. - The
CHECKEDproperty that an HTML input uses to determine when to render as checked can be conditionally show inline with Perl.
Examples
Below are two examples you can use as a template. For additional assistance, contact Support or send an email to help@intellisurvey.com.
Checkbox
Radio
Comments
0 comments
Please sign in to leave a comment.