Forums

calendar field in repeater area

livingwebstudio 13 Oct, 2017
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:
[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?
This topic is locked and no more replies can be posted.