Actions

QS

Preg validation: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<!--T:1-->
<!--T:1-->
<languages />
<languages />
<onlyinclude>
<onlyinclude>
===Validation (using regular expressions) (preg_validation)=== <!--T:2-->
===Validation (using regular expressions) (preg_validation)=== <!--T:2-->


Line 10: Line 10:


<!--T:4-->
<!--T:4-->
This option lets you specify a regular expression with which to validate all parts of a question.
This option lets you specify [[Using_regular_expressions|a regular expression]] with which you can validate all the parts of a question.


<!--T:5-->
<!--T:5-->
<div class="simplebox">Starting in version 1.92, if any question or sub-question value does not meet the validation requirements, the background color of the text entry field will be changed to red so that users can easily see which parts of the question need to be corrected. Thus, you can do on-page validation and do not need to wait for the user to click submit in order to validate the question.</div>
If any question or subquestion value does not meet the validation requirements, the background colour of the text entry field will be changed to red so that users can easily see which parts of the question need to be corrected. Thus, you can do on-page validation. In this way you will '''not''' need to wait for the user to click on the submit button to validate the respective question.


<!--T:6-->
<!--T:6-->
Line 21: Line 21:
<!--T:7-->
<!--T:7-->
'''Example'''
'''Example'''
*See multiple examples [[Using regular expressions|here]]
*[[Using regular expressions|Click here]] to check multiple examples.


<!--T:8-->
<!--T:8-->
</onlyinclude>
</onlyinclude>
<!--T:9-->
[[Category:Question Settings]][[Category:General Question Options]]


</translate>
</translate>

Latest revision as of 18:23, 20 August 2018


Validation (using regular expressions) (preg_validation)

Description

This option lets you specify a regular expression with which you can validate all the parts of a question.

If any question or subquestion value does not meet the validation requirements, the background colour of the text entry field will be changed to red so that users can easily see which parts of the question need to be corrected. Thus, you can do on-page validation. In this way you will not need to wait for the user to click on the submit button to validate the respective question.

Valid values

  • Any valid regular expression

Example