|

What this feature is, why you should use it and when
Step by step implementation of this feature
Example
Sample survey
This section explains what the "Piping with URL Import" is and why you should use it
What: This feature allows you to use 'URL Import' and 'Piping' together.
Why: This feature is used to import parameters from the address line into one of the questions on the first page of the survey and use them in the next questions or on the 'Thank you' page.
We are about to show you step by step how to implement this feature
To use the combination of these features you need to design a survey and then:
- Add a question of the 'Single Line Text with Pre-Format Option' type on the first page of your survey.
- Insert the tag <import param="XXX"/> into the responses you need to import parameters from the address line. <more>
- Insert tokens [QX.AY] or {QX.AY} into the questions you need to use the imported data. <more>
Note
Question with imported parameters should precede the questions in which these parameters will be used.
Here is an example of using URL Import and Piping together:
The data have been imported from the following URL:
http://216.235.248.162/survey/16309/2835/?LQID=1&name=Pat &email=pat@a.net
| Question number |
Answer number |
Appearance in edit,preview, report, export etc. mode |
Appearance in report by respondent, running survey mode |
Imported Parameters |
| 1 |
|
Personal information: |
Personal information: |
|
| |
1 |
Name<import param="name"/> |
Name |
Pat |
| |
2 |
Email<import param="email"/> |
Email |
pat@a.net |
| 2 |
|
Dear [Q1.A1], your email address [Q1.A2] will be added to our database. |
Dear Pat, your email address pat@a.net will be added to our database. |
|
| Thank You page. |
|
Thank you, [Q1.A1], for your time. From now on we will contact you by Email using your email address [Q1.A2] to inform you of our updates. |
Thank you, Pat, for your time. From now on we will contact you by Email using your email address pat@a.net to inform you of our updates. |
|
|