Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. {
  2. "fields":[
  3. {
  4. "name":"contactBlock",
  5. "type":"contactBlock",
  6. "label":"Contact block",
  7. "fileType":"",
  8. "fieldSize":"grid-100|grid-100_grid-100",
  9. "sensitive":false,
  10. "contact_number":false,
  11. "address":false
  12. },
  13. {
  14. "name":"preferred_number",
  15. "label":"Preferred contact number",
  16. "required":true,
  17. "fieldSize":"grid-100|grid-100_grid-100",
  18. "type":"preset-contact"
  19. },
  20. {
  21. "name":"alternate_number",
  22. "label":"Alternate contact number",
  23. "required":true,
  24. "fieldSize":"grid-100|grid-100_grid-100",
  25. "type":"preset-contact"
  26. },
  27. {
  28. "name":"home_telephone",
  29. "label":"Home number",
  30. "required":false,
  31. "contact_number":true,
  32. "fieldSize":"grid-100|grid-100_grid-100",
  33. "type":"preset-contact",
  34. "preferred":false,
  35. "alternate":false
  36. },
  37. {
  38. "name":"personal_mobile",
  39. "label":"Mobile number",
  40. "required":false,
  41. "contact_number":true,
  42. "fieldSize":"grid-100|grid-100_grid-100",
  43. "type":"preset-contact",
  44. "preferred":false,
  45. "alternate":false
  46. },
  47. {
  48. "name":"work_mobile",
  49. "label":"Work number",
  50. "required":false,
  51. "contact_number":true,
  52. "fieldSize":"grid-100|grid-100_grid-100",
  53. "type":"preset-contact",
  54. "preferred":false,
  55. "alternate":false
  56. },
  57. {
  58. "name":"addressH_",
  59. "type":"heading",
  60. "label":"Address",
  61. "fileType":"",
  62. "fieldSize":"",
  63. "sensitive":false,
  64. "contact_number":false,
  65. "address":false
  66. },
  67. {
  68. "name":"address1",
  69. "type":"text",
  70. "label":"Address Line 1:",
  71. "fileType":"",
  72. "fieldSize":"grid-50|grid-50_grid-50",
  73. "sensitive":false,
  74. "contact_number":false,
  75. "address":true,
  76. "required":true
  77. },
  78. {
  79. "name":"address2",
  80. "type":"text",
  81. "label":"Address Line 2:",
  82. "fileType":"",
  83. "fieldSize":"grid-50|grid-50_grid-50",
  84. "sensitive":false,
  85. "contact_number":false,
  86. "address":true
  87. },
  88. {
  89. "name":"city",
  90. "type":"text",
  91. "label":"City/Town:",
  92. "fileType":"",
  93. "fieldSize":"grid-50|grid-50_grid-50",
  94. "sensitive":false,
  95. "contact_number":false,
  96. "address":true
  97. },
  98. {
  99. "name":"county",
  100. "type":"text",
  101. "label":"County:",
  102. "fileType":"",
  103. "fieldSize":"grid-50|grid-50_grid-50",
  104. "sensitive":false,
  105. "contact_number":false,
  106. "address":true
  107. },
  108. {
  109. "name":"country",
  110. "type":"text",
  111. "label":"Country:",
  112. "fileType":"",
  113. "fieldSize":"grid-50|grid-50_grid-50",
  114. "sensitive":false,
  115. "contact_number":false,
  116. "address":true
  117. },
  118. {
  119. "name":"postcode",
  120. "type":"text",
  121. "label":"Postcode:",
  122. "fileType":"",
  123. "fieldSize":"grid-50|grid-50_grid-50",
  124. "sensitive":false,
  125. "contact_number":false,
  126. "address":true
  127. },
  128. {
  129. "name":"attachDocsH",
  130. "type":"heading",
  131. "label":"Attach Document(s)",
  132. "fileType":"",
  133. "fieldSize":"",
  134. "sensitive":false,
  135. "contact_number":false,
  136. "address":false
  137. },
  138. {
  139. "name":"CV",
  140. "type":"file",
  141. "label":"Attach CV:",
  142. "fileType":"CV",
  143. "fieldSize":"grid-50|grid-50_grid-50",
  144. "sensitive":false,
  145. "contact_number":false,
  146. "address":false
  147. },
  148. {
  149. "name":"cover_letter",
  150. "type":"file",
  151. "label":"Cover letter:",
  152. "fileType":"Cover Letter",
  153. "fieldSize":"grid-50|grid-50_grid-50",
  154. "sensitive":false,
  155. "contact_number":false,
  156. "address":false
  157. },
  158. {
  159. "name":"professionalH_",
  160. "type":"heading",
  161. "label":"Professional Details",
  162. "fileType":"",
  163. "fieldSize":"",
  164. "sensitive":false,
  165. "contact_number":false,
  166. "address":false
  167. },
  168. {
  169. "name":"isEmployed",
  170. "type":"choice",
  171. "label":"Are you currently employed?",
  172. "fileType":"",
  173. "fieldSize":"grid-50|grid-50_grid-50",
  174. "sensitive":false,
  175. "contact_number":false,
  176. "address":false,
  177. "required":true
  178. },
  179. {
  180. "name":"currentJobTitle",
  181. "type":"text",
  182. "label":"Current job title:",
  183. "fileType":"",
  184. "fieldSize":"grid-50|grid-50_grid-50",
  185. "sensitive":false,
  186. "contact_number":false,
  187. "address":false
  188. },
  189. {
  190. "name":"currentEmployer",
  191. "type":"text",
  192. "label":"Current employer:",
  193. "fileType":"",
  194. "fieldSize":"grid-50|grid-50_grid-50",
  195. "sensitive":false,
  196. "contact_number":false,
  197. "address":false
  198. },
  199. {
  200. "name":"currentSalary",
  201. "type":"text",
  202. "label":"Current salary:",
  203. "fileType":"",
  204. "fieldSize":"grid-50|grid-50_grid-50",
  205. "sensitive":false,
  206. "contact_number":false,
  207. "address":false
  208. },
  209. {
  210. "name":"availability",
  211. "type":"choice",
  212. "label":"Availability/Notice period:",
  213. "fileType":"",
  214. "fieldSize":"grid-50|grid-50_grid-50",
  215. "sensitive":false,
  216. "contact_number":false,
  217. "address":false,
  218. "required":true
  219. },
  220. {
  221. "name":"expectedSalary",
  222. "type":"text",
  223. "label":"Expected salary:",
  224. "fileType":"",
  225. "fieldSize":"grid-50|grid-50_grid-50",
  226. "sensitive":false,
  227. "contact_number":false,
  228. "address":false
  229. },
  230. {
  231. "name":"rightToWorkH",
  232. "type":"heading",
  233. "label":"Right To Work",
  234. "fileType":"",
  235. "fieldSize":"",
  236. "sensitive":false,
  237. "contact_number":false,
  238. "address":false
  239. },
  240. {
  241. "name":"rightToWorkGroup",
  242. "type":"choice",
  243. "label":"Please select which group best represents your current status:",
  244. "fileType":"",
  245. "fieldSize":"grid-50|grid-50_grid-50",
  246. "sensitive":false,
  247. "contact_number":false,
  248. "address":false,
  249. "required":true
  250. },
  251. {
  252. "name":"rightToWorkOtherStatus",
  253. "type":"text",
  254. "label":"Please specify your right to work status:",
  255. "fileType":"",
  256. "fieldSize":"grid-50|grid-50_grid-50",
  257. "sensitive":false,
  258. "contact_number":false,
  259. "address":false
  260. },
  261. {
  262. "name":"notesForRightToWork",
  263. "type":"textarea",
  264. "label":"Add additional notes about your right to work:",
  265. "fileType":"",
  266. "fieldSize":"grid-100|grid-25_grid-75",
  267. "sensitive":false,
  268. "contact_number":false,
  269. "address":false
  270. },
  271. {
  272. "name":"disabledApplicantsH",
  273. "type":"heading",
  274. "label":"Disabled Applicants",
  275. "fileType":"",
  276. "fieldSize":"",
  277. "sensitive":false,
  278. "contact_number":false,
  279. "address":false
  280. },
  281. {
  282. "name":"isDisabled",
  283. "type":"choice",
  284. "label":"Do you consider yourself to be disabled as defined by the Equality Act 2010?",
  285. "fileType":"",
  286. "fieldSize":"grid-50|grid-50_grid-50",
  287. "sensitive":false,
  288. "contact_number":false,
  289. "address":false,
  290. "required":true
  291. },
  292. {
  293. "name":"specialArrangements",
  294. "type":"radio",
  295. "label":"Are there any special arrangements you require?",
  296. "fileType":"",
  297. "fieldSize":"grid-50|grid-50_grid-50",
  298. "sensitive":false,
  299. "contact_number":false,
  300. "address":false,
  301. "required":false
  302. },
  303. {
  304. "name":"specialArrangementDetails",
  305. "type":"textarea",
  306. "label":"Please detail all special arrangements that may be required for interview:",
  307. "fileType":"",
  308. "fieldSize":"grid-100|grid-25_grid-75",
  309. "sensitive":false,
  310. "contact_number":false,
  311. "address":false,
  312. "required":false
  313. },
  314. {
  315. "name":"diversityInfoH",
  316. "type":"heading",
  317. "label":"Diversity Information",
  318. "fileType":"",
  319. "fieldSize":"",
  320. "sensitive":false,
  321. "contact_number":false,
  322. "address":false
  323. },
  324. {
  325. "name":"equalOpportunity",
  326. "type":"choice",
  327. "label":"I give my consent to you to use this data for the purpose of equal opportunities monitoring:",
  328. "fileType":"",
  329. "fieldSize":"grid-100|grid-75_grid-25",
  330. "sensitive":true,
  331. "contact_number":false,
  332. "address":false,
  333. "required":true
  334. },
  335. {
  336. "name":"nationality",
  337. "type":"choice",
  338. "label":"Nationality:",
  339. "fileType":"",
  340. "fieldSize":"grid-50|grid-50_grid-50",
  341. "sensitive":true,
  342. "contact_number":false,
  343. "address":false,
  344. "required":false
  345. },
  346. {
  347. "name":"NationalityFiller",
  348. "type":"emptyCell",
  349. "label":"NationalityFiller",
  350. "fileType":"",
  351. "fieldSize":"",
  352. "sensitive":false,
  353. "contact_number":false,
  354. "address":false
  355. },
  356. {
  357. "name":"gender",
  358. "type":"choice",
  359. "label":"Gender:",
  360. "fileType":"",
  361. "fieldSize":"grid-50|grid-50_grid-50",
  362. "sensitive":true,
  363. "contact_number":false,
  364. "address":false,
  365. "required":false
  366. },
  367. {
  368. "name":"GenderFiller",
  369. "type":"emptyCell",
  370. "label":"GenderFiller",
  371. "fileType":"",
  372. "fieldSize":"",
  373. "sensitive":false,
  374. "contact_number":false,
  375. "address":false
  376. },
  377. {
  378. "name":"religion",
  379. "type":"choice",
  380. "label":"Religion:",
  381. "fileType":"",
  382. "fieldSize":"grid-50|grid-50_grid-50",
  383. "sensitive":true,
  384. "contact_number":false,
  385. "address":false,
  386. "required":false
  387. },
  388. {
  389. "name":"otherReligion",
  390. "type":"text",
  391. "label":"Please specify your religion:",
  392. "fileType":"",
  393. "fieldSize":"grid-50|grid-50_grid-50",
  394. "sensitive":true,
  395. "contact_number":false,
  396. "address":false
  397. },
  398. {
  399. "name":"ethnicOrigin",
  400. "type":"choice",
  401. "label":"Ethnic origin:",
  402. "fileType":"",
  403. "fieldSize":"grid-50|grid-50_grid-50",
  404. "sensitive":true,
  405. "contact_number":false,
  406. "address":false,
  407. "required":false
  408. },
  409. {
  410. "name":"otherEthnicity",
  411. "type":"text",
  412. "label":"Please specify your ethnic origin:",
  413. "fileType":"",
  414. "fieldSize":"grid-50|grid-50_grid-50",
  415. "sensitive":true,
  416. "contact_number":false,
  417. "address":false
  418. },
  419. {
  420. "name":"statement",
  421. "type":"confirmBlock",
  422. "label":"Statement",
  423. "fileType":"",
  424. "fieldSize":"grid-100|grid-100_grid-100",
  425. "sensitive":false,
  426. "contact_number":false,
  427. "address":false
  428. },
  429. {
  430. "name":"confirmation",
  431. "label":"I confirm that the information provided in this application is, to the best of my knowledge complete and correct.",
  432. "required":false,
  433. "fieldSize":"grid-100|grid-100_grid-100",
  434. "type":"preset-confirm"
  435. },
  436. {
  437. "name":"aaa",
  438. "type":"additionalQuestionsBlock",
  439. "label":"<p>Additional question</p>",
  440. "fileType":"",
  441. "fieldSize":"",
  442. "sensitive":false,
  443. "contact_number":false,
  444. "address":false,
  445. "job":false,
  446. "markdown_text":"Additional question",
  447. "yearRangeMin":"",
  448. "yearRangeMax":""
  449. }
  450. ],
  451.  
  452. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement