Date field redirect value not correct
-
Hello,
I have setup a form that sends the values of the fields to an external website, but I have a problem with the value sent on date fields.
The value of the date fields are Y-m-d (set in global configuration), and are shown correct in the form and also in the html source when selected ( ex: value=”2023-10-17″ ).
On the form action redirect I insert the values of the fields in the url where I want to submit the form values but the dates fields are sent with a value that is not the one in the forms (october%2017%2C%202023), are sent like this:
How can I make so it sends the real value of the date fields instead of that formated one that I don’t know where it comes from?
thanks
- The topic ‘Date field redirect value not correct’ is closed to new replies.