Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Form Action Params #75

Open
jeffcpole opened this issue May 21, 2014 · 0 comments
Open

Form Action Params #75

jeffcpole opened this issue May 21, 2014 · 0 comments

Comments

@jeffcpole
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant