Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 20.25 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => Array
  4.         (
  5.             [FieldSetId] => 500000
  6.             [Description] => Enter the username and password you used when you registered.
  7.             [IsRepeating] => 0
  8.             [Label] => Login:
  9.             [Fields] => Array
  10.                 (
  11.                     [0] => Array
  12.                         (
  13.                             [Id] => 750000
  14.                             [FieldAttributeId] => 0
  15.                             [FieldSetId] => 500000
  16.                             [FormId] => 250000
  17.                             [LookupFieldTypeId] => 6
  18.                             [Description] => Your username is the email address you registered with.
  19.                             [DisplayOrder] => 1
  20.                             [Label] => Username:
  21.                             [Name] => username
  22.                         )
  23.  
  24.                     [1] => Array
  25.                         (
  26.                             [Id] => 750001
  27.                             [FieldAttributeId] => 0
  28.                             [FieldSetId] => 500000
  29.                             [FormId] => 250000
  30.                             [LookupFieldTypeId] => 3
  31.                             [Description] => Password is minimum of 8 characters, has an upper case, lower case, number, and special character.
  32.                             [DisplayOrder] => 2
  33.                             [Label] => Password:
  34.                             [Name] => password
  35.                         )
  36.  
  37.                 )
  38.  
  39.         )
  40.  
  41.     [1] => Array
  42.         (
  43.             [Id] => 750002
  44.             [FieldAttributeId] => 0
  45.             [FieldSetId] => 0
  46.             [FormId] => 250000
  47.             [LookupFieldTypeId] => 1
  48.             [Description] => Select your favorite fruits. Check as many as you like.
  49.             [DisplayOrder] => 3
  50.             [Label] => Favorite fruit(s):
  51.             [Name] => fruits[]
  52.             [FieldValueLists] => Array
  53.                 (
  54.                     [0] => Array
  55.                         (
  56.                             [Id] => 900000
  57.                             [FieldAttributeId] => 800000
  58.                             [FieldId] => 750002
  59.                             [ParentId] => 0
  60.                             [Description] => Apples are those red fruits. Usually, it is the fruit depicted in paintings of Adam & Eve.
  61.                             [IsSelected] => 0
  62.                             [Label] => Apple:
  63.                             [Value] => apple
  64.                             [Attributes] => Array
  65.                                 (
  66.                                     [Id] => 800000
  67.                                     [Class] => checkbox
  68.                                     [Dir] => rtl
  69.                                     [Lang] => en
  70.                                     [Multiple] => multiple
  71.                                     [ReadOnly] =>
  72.                                     [Style] => display:block;
  73.                                     [Value] =>
  74.                                 )
  75.  
  76.                         )
  77.  
  78.                     [1] => Array
  79.                         (
  80.                             [Id] => 900001
  81.                             [FieldAttributeId] => 800001
  82.                             [FieldId] => 750002
  83.                             [ParentId] => 0
  84.                             [Description] => Bananas are long and yellow. Banana Man used this as evidence of the Christian god.
  85.                             [IsSelected] => 1
  86.                             [Label] => Banana:
  87.                             [Value] => banana
  88.                             [Attributes] => Array
  89.                                 (
  90.                                     [Id] => 800001
  91.                                     [Class] => checkbox
  92.                                     [Dir] => rtl
  93.                                     [Lang] => en
  94.                                     [Multiple] => multiple
  95.                                     [ReadOnly] =>
  96.                                     [Style] => display:block;
  97.                                     [Value] =>
  98.                                 )
  99.  
  100.                         )
  101.  
  102.                     [2] => Array
  103.                         (
  104.                             [Id] => 900002
  105.                             [FieldAttributeId] => 800002
  106.                             [FieldId] => 750002
  107.                             [ParentId] => 0
  108.                             [Description] => Bayabas is Tagalog for Guava.
  109.                             [IsSelected] => 0
  110.                             [Label] => Bayabas:
  111.                             [Value] => guava
  112.                             [Attributes] => Array
  113.                                 (
  114.                                     [Id] => 800002
  115.                                     [Class] => checkbox
  116.                                     [Dir] => rtl
  117.                                     [Lang] => tl
  118.                                     [Multiple] => multiple
  119.                                     [ReadOnly] =>
  120.                                     [Style] => display:block;
  121.                                     [Value] =>
  122.                                 )
  123.  
  124.                         )
  125.  
  126.                 )
  127.  
  128.         )
  129.  
  130.     [2] => Array
  131.         (
  132.             [Id] => 750004
  133.             [FieldAttributeId] => 800006
  134.             [FieldSetId] => 0
  135.             [FormId] => 250000
  136.             [LookupFieldTypeId] => 2
  137.             [Description] =>
  138.             [DisplayOrder] => 4
  139.             [Label] =>
  140.             [Name] => language
  141.             [Attributes] => Array
  142.                 (
  143.                     [Id] => 800006
  144.                     [Class] =>
  145.                     [Dir] =>
  146.                     [Lang] =>
  147.                     [Multiple] =>
  148.                     [ReadOnly] =>
  149.                     [Style] =>
  150.                     [Value] => English
  151.                 )
  152.  
  153.             [FieldValueLists] => Array
  154.                 (
  155.                     [0] => Array
  156.                         (
  157.                             [Id] => 900006
  158.                             [FieldAttributeId] => 800003
  159.                             [FieldId] => 750004
  160.                             [ParentId] => 0
  161.                             [Description] =>
  162.                             [IsSelected] => 0
  163.                             [Label] =>
  164.                             [Value] => English
  165.                             [Attributes] => Array
  166.                                 (
  167.                                     [Id] => 800003
  168.                                     [Class] => textarea
  169.                                     [Dir] => rtl
  170.                                     [Lang] => en
  171.                                     [Multiple] => multiple
  172.                                     [ReadOnly] =>
  173.                                     [Style] => display:block;
  174.                                     [Value] =>
  175.                                 )
  176.  
  177.                         )
  178.  
  179.                 )
  180.  
  181.         )
  182.  
  183.     [3] => Array
  184.         (
  185.             [Id] => 750003
  186.             [FieldAttributeId] => 0
  187.             [FieldSetId] => 0
  188.             [FormId] => 250000
  189.             [LookupFieldTypeId] => 4
  190.             [Description] => Select your favorite color. You can only pick one.
  191.             [DisplayOrder] => 5
  192.             [Label] => Favorite color:
  193.             [Name] => color
  194.             [FieldValueLists] => Array
  195.                 (
  196.                     [0] => Array
  197.                         (
  198.                             [Id] => 900003
  199.                             [FieldAttributeId] => 0
  200.                             [FieldId] => 750003
  201.                             [ParentId] => 0
  202.                             [Description] => Red is for war and blood.
  203.                             [IsSelected] => 0
  204.                             [Label] => Red
  205.                             [Value] => red
  206.                         )
  207.  
  208.                     [1] => Array
  209.                         (
  210.                             [Id] => 900004
  211.                             [FieldAttributeId] => 0
  212.                             [FieldId] => 750003
  213.                             [ParentId] => 0
  214.                             [Description] => Pink is the new black, according to Queer Eye for the Straight Guy
  215.                             [IsSelected] => 1
  216.                             [Label] => Pink
  217.                             [Value] => pink
  218.                         )
  219.  
  220.                     [2] => Array
  221.                         (
  222.                             [Id] => 900005
  223.                             [FieldAttributeId] => 0
  224.                             [FieldId] => 750003
  225.                             [ParentId] => 0
  226.                             [Description] => Black is not really a color; it is the absence of color.
  227.                             [IsSelected] => 0
  228.                             [Label] => Black
  229.                             [Value] => black
  230.                         )
  231.  
  232.                 )
  233.  
  234.         )
  235.  
  236.     [4] => Array
  237.         (
  238.             [Id] => 750005
  239.             [FieldAttributeId] => 800003
  240.             [FieldSetId] => 0
  241.             [FormId] => 250000
  242.             [LookupFieldTypeId] => 7
  243.             [Description] => Unfortunately, everyone thinks they have something important to say. Say it here.
  244.             [DisplayOrder] => 6
  245.             [Label] => Your Comment(s):
  246.             [Name] => comment
  247.             [Attributes] => Array
  248.                 (
  249.                     [Id] => 800003
  250.                     [Class] => textarea
  251.                     [Dir] => rtl
  252.                     [Lang] => en
  253.                     [Multiple] => multiple
  254.                     [ReadOnly] =>
  255.                     [Style] => display:block;
  256.                     [Value] =>
  257.                 )
  258.  
  259.         )
  260.  
  261.     [5] => Array
  262.         (
  263.             [FieldSetId] => 500001
  264.             [Description] => Enter each item in your wish list.
  265.             [IsRepeating] => 1
  266.             [Label] => Wish List:
  267.             [Fields] => Array
  268.                 (
  269.                     [0] => Array
  270.                         (
  271.                             [Id] => 750006
  272.                             [FieldAttributeId] => 0
  273.                             [FieldSetId] => 500001
  274.                             [FormId] => 250000
  275.                             [LookupFieldTypeId] => 6
  276.                             [Description] => Descriptive item name should be placed here.
  277.                             [DisplayOrder] => 7
  278.                             [Label] => Item Name:
  279.                             [Name] => itemname[]
  280.                         )
  281.  
  282.                 )
  283.  
  284.         )
  285.  
  286.     [6] => Array
  287.         (
  288.             [FieldSetId] => 500002
  289.             [Description] => Enter each item in your wish list.
  290.             [IsRepeating] => 1
  291.             [Label] => Wish List2:
  292.             [Fields] => Array
  293.                 (
  294.                     [0] => Array
  295.                         (
  296.                             [Id] => 750007
  297.                             [FieldAttributeId] => 0
  298.                             [FieldSetId] => 500002
  299.                             [FormId] => 250000
  300.                             [LookupFieldTypeId] => 6
  301.                             [Description] => Price up to 2 decimal points should be placed here.
  302.                             [DisplayOrder] => 8
  303.                             [Label] => Price:
  304.                             [Name] => price[]
  305.                         )
  306.  
  307.                 )
  308.  
  309.         )
  310.  
  311.     [7] => Array
  312.         (
  313.             [Id] => 750008
  314.             [FieldAttributeId] => 0
  315.             [FieldSetId] => 0
  316.             [FormId] => 250000
  317.             [LookupFieldTypeId] => 5
  318.             [Description] =>
  319.             [DisplayOrder] => 9
  320.             [Label] => Select Car(s):
  321.             [Name] => cars
  322.             [FieldValueLists] => Array
  323.                 (
  324.                     [0] => Array
  325.                         (
  326.                             [Id] => 900007
  327.                             [FieldAttributeId] => 0
  328.                             [FieldId] => 750008
  329.                             [ParentId] => 0
  330.                             [Description] =>
  331.                             [IsSelected] => 0
  332.                             [Label] => Volvo
  333.                             [Value] => volvo
  334.                         )
  335.  
  336.                     [1] => Array
  337.                         (
  338.                             [Id] => 900008
  339.                             [FieldAttributeId] => 0
  340.                             [FieldId] => 750008
  341.                             [ParentId] => 0
  342.                             [Description] =>
  343.                             [IsSelected] => 1
  344.                             [Label] => Saab
  345.                             [Value] => saab
  346.                         )
  347.  
  348.                     [2] => Array
  349.                         (
  350.                             [Id] => 900009
  351.                             [FieldAttributeId] => 800004
  352.                             [FieldId] => 750008
  353.                             [ParentId] => 0
  354.                             [Description] =>
  355.                             [IsSelected] => 0
  356.                             [Label] => Fiat
  357.                             [Value] => fiat
  358.                             [Attributes] => Array
  359.                                 (
  360.                                     [Id] => 800004
  361.                                     [Class] => textarea
  362.                                     [Dir] => rtl
  363.                                     [Lang] => ge
  364.                                     [Multiple] => multiple
  365.                                     [ReadOnly] =>
  366.                                     [Style] => display:block;
  367.                                     [Value] =>
  368.                                 )
  369.  
  370.                         )
  371.  
  372.                     [3] => Array
  373.                         (
  374.                             [Id] => 900010
  375.                             [FieldAttributeId] => 800005
  376.                             [FieldId] => 750008
  377.                             [ParentId] => 0
  378.                             [Description] =>
  379.                             [IsSelected] => 0
  380.                             [Label] => Audi
  381.                             [Value] => audi
  382.                             [Attributes] => Array
  383.                                 (
  384.                                     [Id] => 800005
  385.                                     [Class] => textarea
  386.                                     [Dir] => rtl
  387.                                     [Lang] => ge
  388.                                     [Multiple] => multiple
  389.                                     [ReadOnly] =>
  390.                                     [Style] => display:block;
  391.                                     [Value] =>
  392.                                 )
  393.  
  394.                         )
  395.  
  396.                 )
  397.  
  398.         )
  399.  
  400.     [8] => Array
  401.         (
  402.             [Id] => 750009
  403.             [FieldAttributeId] => 0
  404.             [FieldSetId] => 0
  405.             [FormId] => 250000
  406.             [LookupFieldTypeId] => 5
  407.             [Description] =>
  408.             [DisplayOrder] => 10
  409.             [Label] => Select Grouped Car(s):
  410.             [Name] => grouped-cars
  411.             [FieldValueLists] => Array
  412.                 (
  413.                     [0] => Array
  414.                         (
  415.                             [Id] => 900011
  416.                             [FieldAttributeId] => 0
  417.                             [FieldId] => 750009
  418.                             [ParentId] => 0
  419.                             [Description] =>
  420.                             [IsSelected] => 0
  421.                             [Label] => Sweedish Cars
  422.                             [Value] =>
  423.                             [Children] => Array
  424.                                 (
  425.                                     [0] => Array
  426.                                         (
  427.                                             [Id] => 900012
  428.                                             [FieldAttributeId] => 0
  429.                                             [FieldId] => 750009
  430.                                             [ParentId] => 900011
  431.                                             [Description] =>
  432.                                             [IsSelected] => 0
  433.                                             [Label] => Volvo
  434.                                             [Value] => volvo
  435.                                         )
  436.  
  437.                                     [1] => Array
  438.                                         (
  439.                                             [Id] => 900013
  440.                                             [FieldAttributeId] => 0
  441.                                             [FieldId] => 750009
  442.                                             [ParentId] => 900011
  443.                                             [Description] =>
  444.                                             [IsSelected] => 1
  445.                                             [Label] => Saab
  446.                                             [Value] => saab
  447.                                         )
  448.  
  449.                                 )
  450.  
  451.                         )
  452.  
  453.                     [1] => Array
  454.                         (
  455.                             [Id] => 900014
  456.                             [FieldAttributeId] => 0
  457.                             [FieldId] => 750009
  458.                             [ParentId] => 0
  459.                             [Description] =>
  460.                             [IsSelected] => 0
  461.                             [Label] => German Cars
  462.                             [Value] =>
  463.                             [Children] => Array
  464.                                 (
  465.                                     [0] => Array
  466.                                         (
  467.                                             [Id] => 900015
  468.                                             [FieldAttributeId] => 800004
  469.                                             [FieldId] => 750009
  470.                                             [ParentId] => 900014
  471.                                             [Description] =>
  472.                                             [IsSelected] => 0
  473.                                             [Label] => Fiat
  474.                                             [Value] => fiat
  475.                                             [Attributes] => Array
  476.                                                 (
  477.                                                     [Id] => 800004
  478.                                                     [Class] => textarea
  479.                                                     [Dir] => rtl
  480.                                                     [Lang] => ge
  481.                                                     [Multiple] => multiple
  482.                                                     [ReadOnly] =>
  483.                                                     [Style] => display:block;
  484.                                                     [Value] =>
  485.                                                 )
  486.  
  487.                                         )
  488.  
  489.                                     [1] => Array
  490.                                         (
  491.                                             [Id] => 900016
  492.                                             [FieldAttributeId] => 800005
  493.                                             [FieldId] => 750009
  494.                                             [ParentId] => 900014
  495.                                             [Description] =>
  496.                                             [IsSelected] => 0
  497.                                             [Label] => Audi
  498.                                             [Value] => audi
  499.                                             [Attributes] => Array
  500.                                                 (
  501.                                                     [Id] => 800005
  502.                                                     [Class] => textarea
  503.                                                     [Dir] => rtl
  504.                                                     [Lang] => ge
  505.                                                     [Multiple] => multiple
  506.                                                     [ReadOnly] =>
  507.                                                     [Style] => display:block;
  508.                                                     [Value] =>
  509.                                                 )
  510.  
  511.                                         )
  512.  
  513.                                 )
  514.  
  515.                         )
  516.  
  517.                 )
  518.  
  519.         )
  520.  
  521. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement