Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.80 KB | None | 0 0
  1. {
  2. "Regions":null,
  3. "Institutions":null,
  4. "Groups":null,
  5. "GroupId":72432,
  6. "Sections":[
  7. {
  8. "Title":"Your Personal Details",
  9. "SoundFile":"Systems/0/sounds/en-GB/yourpersonaldetails.mp3",
  10. "DisplayOrder":1,
  11. "Elements":[
  12. {
  13. "DisplayOrder":5,
  14. "LanaguageId":0,
  15. "Enabled":false,
  16. "Label":"First Name",
  17. "SoundFile":"Systems/0/sounds/en-GB/firstname.mp3",
  18. "Type":"text",
  19. "Value":null,
  20. "MinValue":null,
  21. "MaxValue":null,
  22. "SelectItems":null,
  23. "Validators":[
  24. {
  25. "Message":"First Name is required.",
  26. "Type":"Required",
  27. "RegularExpression":null
  28. }
  29. ]
  30. },
  31. {
  32. "DisplayOrder":6,
  33. "LanaguageId":0,
  34. "Enabled":false,
  35. "Label":"Surname",
  36. "SoundFile":"Systems/0/sounds/en-GB/lastname.mp3",
  37. "Type":"text",
  38. "Value":null,
  39. "MinValue":null,
  40. "MaxValue":null,
  41. "SelectItems":null,
  42. "Validators":[
  43. {
  44. "Message":"Surname is required.",
  45. "Type":"Required",
  46. "RegularExpression":null
  47. }
  48. ]
  49. },
  50. {
  51. "DisplayOrder":7,
  52. "LanaguageId":0,
  53. "Enabled":false,
  54. "Label":"Date of Birth (DD/MM/YYYY)",
  55. "SoundFile":"Systems/0/sounds/en-GB/DOB.mp3",
  56. "Type":"datepicker",
  57. "Value":null,
  58. "MinValue":null,
  59. "MaxValue":null,
  60. "SelectItems":null,
  61. "Validators":[
  62. {
  63. "Message":"Date of Birth (DD/MM/YYYY) is required.",
  64. "Type":"Required",
  65. "RegularExpression":null
  66. }
  67. ]
  68. },
  69. {
  70. "DisplayOrder":11,
  71. "LanaguageId":0,
  72. "Enabled":false,
  73. "Label":"Email",
  74. "SoundFile":"Systems/0/sounds/en-GB/email.mp3",
  75. "Type":"email",
  76. "Value":null,
  77. "MinValue":null,
  78. "MaxValue":null,
  79. "SelectItems":null,
  80. "Validators":[
  81. {
  82. "Message":"Email is required.",
  83. "Type":"Required",
  84. "RegularExpression":null
  85. }
  86. ]
  87. },
  88. {
  89. "DisplayOrder":13,
  90. "LanaguageId":0,
  91. "Enabled":false,
  92. "Label":"Language",
  93. "SoundFile":"Systems/0/sounds/en-GB/language.mp3",
  94. "Type":"dropdownlist",
  95. "Value":null,
  96. "MinValue":null,
  97. "MaxValue":null,
  98. "SelectItems":[
  99.  
  100. ],
  101. "Validators":[
  102. {
  103. "Message":"Language is required.",
  104. "Type":"Required",
  105. "RegularExpression":null
  106. }
  107. ]
  108. }
  109. ]
  110. },
  111. {
  112. "Title":"Your Password",
  113. "SoundFile":"Systems/0/sounds/en-GB/yourpassword.mp3",
  114. "DisplayOrder":3,
  115. "Elements":[
  116. {
  117. "DisplayOrder":1,
  118. "LanaguageId":0,
  119. "Enabled":false,
  120. "Label":"Password",
  121. "SoundFile":"Systems/0/sounds/en-GB/yourpassword.mp3",
  122. "Type":"password",
  123. "Value":null,
  124. "MinValue":null,
  125. "MaxValue":null,
  126. "SelectItems":null,
  127. "Validators":[
  128. {
  129. "Message":"Password is required.",
  130. "Type":"Required",
  131. "RegularExpression":null
  132. },
  133. {
  134. "Message":"Valid input is 8 or more characters, at least one upper case letter and one lower case, one number and one special character, like ~ ` ! @ # $ % ^ & * ( ) _ - + = [ ] { } ; ' : \" \\ | , . < > / ? ",
  135. "Type":"regex",
  136. "RegularExpression":"^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{8,}$"
  137. }
  138. ]
  139. },
  140. {
  141. "DisplayOrder":2,
  142. "LanaguageId":0,
  143. "Enabled":false,
  144. "Label":"Enter your password again",
  145. "SoundFile":"Systems/0/sounds/en-GB/passwordconfirmation.mp3",
  146. "Type":"password",
  147. "Value":null,
  148. "MinValue":null,
  149. "MaxValue":null,
  150. "SelectItems":null,
  151. "Validators":[
  152. {
  153. "Message":"Entered passwords do not match",
  154. "Type":"Required",
  155. "RegularExpression":null
  156. },
  157. {
  158. "Message":"Valid input is 8 or more characters, at least one upper case letter and one lower case, one number and one special character, like ~ ` ! @ # $ % ^ & * ( ) _ - + = [ ] { } ; ' : \" \\ | , . < > / ? ",
  159. "Type":"regex",
  160. "RegularExpression":"^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{8,}$"
  161. }
  162. ]
  163. },
  164. {
  165. "DisplayOrder":2,
  166. "LanaguageId":0,
  167. "Enabled":false,
  168. "Label":"Select a \"Password Retrieval Question\" from the dropdown menu",
  169. "SoundFile":"Systems/0/sounds/en-GB/passwordquestion.mp3",
  170. "Type":"dropdownlist",
  171. "Value":null,
  172. "MinValue":null,
  173. "MaxValue":null,
  174. "SelectItems":[
  175. {
  176. "Value":null,
  177. "Text":"Where do you like to go in the summer?",
  178. "Selected":false
  179. },
  180. {
  181. "Value":null,
  182. "Text":"What was the make and model of your first car or first car you drove?",
  183. "Selected":false
  184. },
  185. {
  186. "Value":null,
  187. "Text":"What was the name of your favourite toy as a child?",
  188. "Selected":false
  189. },
  190. {
  191. "Value":null,
  192. "Text":"Who was your childhood hero?",
  193. "Selected":false
  194. },
  195. {
  196. "Value":null,
  197. "Text":"What was your favourite film as a child?",
  198. "Selected":false
  199. },
  200. {
  201. "Value":null,
  202. "Text":"Who is your favourite sports person?",
  203. "Selected":false
  204. }
  205. ],
  206. "Validators":[
  207. {
  208. "Message":"Select a \"Password Retrieval Question\" from the dropdown menu is required.",
  209. "Type":"Required",
  210. "RegularExpression":null
  211. }
  212. ]
  213. },
  214. {
  215. "
  216. 2019-06-26 14:51:55.818 15365-15427/com.doit.smartapp D/OkHttp: DisplayOrder":3,
  217. "LanaguageId":0,
  218. "Enabled":false,
  219. "Label":"Password Retrieval Question Answer",
  220. "SoundFile":"Systems/0/sounds/en-GB/passwordquestionanswer.mp3",
  221. "Type":"text",
  222. "Value":null,
  223. "MinValue":null,
  224. "MaxValue":null,
  225. "SelectItems":null,
  226. "Validators":[
  227. {
  228. "Message":"Password Retrieval Question Answer is required.",
  229. "Type":"Required",
  230. "RegularExpression":null
  231. }
  232. ]
  233. }
  234. ]
  235. },
  236. {
  237. "Title":"Your Agreement",
  238. "SoundFile":"Systems/0/sounds/en-GB/youragreement.mp3",
  239. "DisplayOrder":5,
  240. "Elements":[
  241. {
  242. "DisplayOrder":1,
  243. "LanaguageId":0,
  244. "Enabled":false,
  245. "Label":"<p>To use this service you must click the Yes, I Agree box to confirm you are:<br /><br /><strong>UNDER 18</strong> and have a completed consent form signed by your parent / guardian<br />OR ARE <br /><strong>OVER 18</strong> and have completed a consent form signed by you<br /><br /><strong>AND</strong></p>I understand that the information I enter may be seen by Smart App testing site and Do-IT.",
  246. "SoundFile":"<p>To use this service you must click the Yes, I Agree box to confirm you are:<br /><br /><strong>UNDER 18</strong> and have a completed consent form signed by your parent / guardian<br />OR ARE <br /><strong>OVER 18</strong> and have completed a consent form signed by you<br /><br /><strong>AND</strong></p>I understand that the information I enter may be seen by Smart App testing site and Do-IT.",
  247. "Type":"button",
  248. "Value":null,
  249. "MinValue":null,
  250. "MaxValue":null,
  251. "SelectItems":null,
  252. "Validators":null
  253. }
  254. ]
  255. }
  256. ]
  257. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement