Skip to content
Snippets Groups Projects
Commit 1022ff64 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update survey_model_2024.json to reflect newest changes

parent 87c5a445
Branches
Tags
1 merge request!134Refactor
This commit is part of merge request !134. Comments created here will be created in the context of that merge request.
......@@ -1667,7 +1667,15 @@
}
],
"rowCount": 1,
"maxRowCount": 50
"maxRowCount": 50,
"validators": [
{
"type": "answercount",
"text": "Please provide at least one valid website url including http:// or https:// for traffic statistics",
"minCount": 1,
"maxCount": 50
}
]
},
{
"type": "checkbox",
......@@ -1718,7 +1726,7 @@
{
"type": "expression",
"text": "Please provide a single valid website url including http:// or https://",
"expression": "validateWebsiteUrl({network_weather_url})"
"expression": "{network_weather} = 'No' || validateWebsiteUrl({network_weather_url}, true)"
}
],
"inputType": "url"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment