Hi, I am trying a simple Form with a display message output.
There is a Text input and a dropdown menu (easy) called Pippo and Pluto.
On Submit I ask to display message like: <p>Grazie e ciao! {Pippo} e {Pluto}</p>
It shows exactly Grazie e ciao! {Pippo} e {Pluto}...
Debug:
Which could be the reson?
Tks!
F.
There is a Text input and a dropdown menu (easy) called Pippo and Pluto.
On Submit I ask to display message like: <p>Grazie e ciao! {Pippo} e {Pluto}</p>
It shows exactly Grazie e ciao! {Pippo} e {Pluto}...
Debug:
Array ( [option] => com_chronoforms5 [chronoform] => form [event] => submit )so it seems it do not recognize the elements of the form...
Which could be the reson?
Tks!
F.