Hi,
I am trying to create a link with pre filled values for a form, but only part of the form is pre filled.
So, in the Customer`s Account, when customers click on their order to see more details, I have added a link to a page where they can create a return slip or whatnot. To do so, they have to enter their email and order number, so they can go to the next step. I want to pre fill this first step with their email (which I was successful in) and order number (not so successful).
As you can see, URL did pick up both email and order number, but by some reason form has only email pre filled.
What might be the issue?
This is the code:
Email address ID is email
Order number ID is order_number
