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

Feature request: process whole forms #11

Open
macik opened this issue May 15, 2014 · 2 comments
Open

Feature request: process whole forms #11

macik opened this issue May 15, 2014 · 2 comments

Comments

@macik
Copy link

macik commented May 15, 2014

Think it's should be more simple way to process entire form, like

$('#myForm').phoenix({
    namespace: 'regData'+regType,
    maxItems: 100,
    saveInterval: 1000
 });

Just check element name, and if it's a form force processing of inner input elements (input,textarea,select etc).



@jmcbee
Copy link

jmcbee commented Nov 14, 2014

I'm surprised this isn't the main one.

@kugaevsky
Copy link
Owner

The point is that there are several plugins for entire form. But this one use another approach.

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

No branches or pull requests

3 participants