-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit Button Values not Passing #88
Comments
Do your buttons have name attributes? |
Yea - if I remove the ajax class it works fine, also.
|
I've tried it as |
Hm... I just use FormData or jquery’s serialize to capture all the values. I’ll need to read about/dig into those APIs and figure out what’s happening. |
ok, thanks for your help |
For reference: |
@tentonaxe thanks for that link. i was just coming back here to post something similar. I wonder if #81 would allow you to then set hidden inputs. |
Hey,
Great library!
When I've added this to a form, it works fine, however, I'm passing values on my submit buttons to add further options to the submission, however, these do not get passed along with the form.
Is this by design or a bug? Any way to submit them?
Thanks,
Craig
The text was updated successfully, but these errors were encountered: