Advertisement
binjuhor

Form Code

Feb 27th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.  "id_form":1,
  3.  "id_company":99,
  4.  "form_name": "Example Form name",
  5.  "form_type":"popup/floating/lightbox/fullscreen"
  6.  "form" :
  7.     [
  8.         {
  9.             "label":"User Name",
  10.             "name" : "username",
  11.             "id" : "txt-username",
  12.             "caption" : "Username",
  13.             "type" : "text",
  14.             "placeholder" : "E.g. user@example.com",
  15.             "step" :1
  16.         },
  17.         {
  18.             "label": "Password",
  19.             "name" : "password",
  20.             "caption" : "Password",
  21.             "type" : "password",
  22.             "step" :1
  23.         },
  24.         {
  25.             "type" : "submit",
  26.             "value" : "Login",
  27.             "step" :1
  28.         }
  29.     ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement