Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. {
  2. "text": "",
  3. "text_clean": "",
  4. "complements": [
  5. {
  6. "action": "form",
  7. "param": [
  8. {
  9. "type": "text",
  10. "label": "DNI",
  11. "ref": "DNI",
  12. "required": true,
  13. "regex": "^([0-9]{8,8})$"
  14. },
  15. {
  16. "type": "text",
  17. "label": "Nombre y Apellido",
  18. "ref": "name",
  19. "required": true,
  20. "regex": "([A-z])$"
  21. },
  22. {
  23. "type": "text",
  24. "label": "Email",
  25. "ref": "email",
  26. "required": true,
  27. "regex": "^\\b[\\w\\.-]+@[\\w\\.-]+\\.\\w{2,4}\\b$"
  28. },
  29. {
  30. "type": "number",
  31. "label": "Celular: (sin 0 y sin 15)",
  32. "ref": "phone",
  33. "required": true,
  34. "regex": "([0-9]{6,10})$"
  35. },
  36. {
  37. "type": "next_step",
  38. "value": "BicaDerivationFormCall"
  39. }
  40. ]
  41. }
  42. ],
  43. "timestamp": 1555945157
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement