You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
I'm trying to use wiselinks when submitting a form. (As an aside, I must say it is inconvenient that the form action must be a get request.)
The form action includes some parameters which are not form inputs. However, when the request is made it only contains the parameters which are generated from the form inputs and the parameters inherent in the form action are omitted.
E.g. the form action is "/order?step=services" but the request only contains params form_input1=x&form_input2=y
Do you have any idea why this is happening?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use wiselinks when submitting a form. (As an aside, I must say it is inconvenient that the form action must be a get request.)
The form action includes some parameters which are not form inputs. However, when the request is made it only contains the parameters which are generated from the form inputs and the parameters inherent in the form action are omitted.
E.g. the form action is "/order?step=services" but the request only contains params form_input1=x&form_input2=y
Do you have any idea why this is happening?
The text was updated successfully, but these errors were encountered: