Skip to content
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

[question] can this be used to submit forms? #5

Closed
waspinator opened this issue Sep 24, 2015 · 3 comments
Closed

[question] can this be used to submit forms? #5

waspinator opened this issue Sep 24, 2015 · 3 comments

Comments

@waspinator
Copy link

I'm trying to submit my forms using ajax in a similar way to

http://api.jquery.com/jquery.post or http://www.cakephp.4uk.pl/ajax/submit

I looked through some of the documentation and source, but I'm still not sure if this is the right tool.

Thanks

@dereuromark
Copy link
Owner

It will work if used properly. So yes.

@waspinator
Copy link
Author

But I would need still to submit the form some other tool right? For example JsHelper::serializeForm and JsHelper::request. Or can cakphpe-ajax submit forms too?

@dereuromark
Copy link
Owner

It is about handling the PHP side, you need to take care of the frontend. Usually with custom jQuery or alike as shown in the sandbox ( sandbox3.dereuromark.de ).

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

No branches or pull requests

2 participants