This topic is: not resolved
-
Hello,
I have a form from which I am using the external url using post method.
I have 2 date fields. The fields name are arrival and departure. I want to get the external url to append a name field for each, in order to get something like
&arrival=26/05/2015&departure=28/05/2015
Right now I am getting only the inputs of the fields like this
&26/05/2015&28/05/2015
Thank you !