Hi everybody,
i have some problem with my form that is't make in this way:
Repeater Area in wich I set "data provider" an integer 0
Insiede the body I put 3 fields: 2 text ("airlines" and "numvolo") and calendar ("datavolo"); this is the debug when I submit the form:
Why "datavolo" calendar field does set 2 arrays (0 and 1)? How can I resolve it?
i have some problem with my form that is't make in this way:
Repeater Area in wich I set "data provider" an integer 0
Insiede the body I put 3 fields: 2 text ("airlines" and "numvolo") and calendar ("datavolo"); this is the debug when I submit the form:
[airlines] => Array
(
[0] => y
)
[datavolo] => Array
(
[0] => 16/10/2017
[1] => 16/10/2017
)
[numvolo] => Array
(
[0] => 55
)
Why "datavolo" calendar field does set 2 arrays (0 and 1)? How can I resolve it?