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

Handle limit issue #40

Open
cole007 opened this issue Sep 10, 2015 · 1 comment
Open

Handle limit issue #40

cole007 opened this issue Sep 10, 2015 · 1 comment

Comments

@cole007
Copy link

cole007 commented Sep 10, 2015

There is an issue when trying to save fields with long names.
After some investigation the handle for each field is saved by concatenating the form handle with a generated handle for the form label/name.

This is easily resolved in the generateHandle helper() if we pass the form handle as a second variable and do a length test, eg see example Gist at https://gist.github.com/cole007/10c37d3e93a0c2984249

@wiso1234
Copy link
Contributor

cheers Cole, we'll add that to the bug list

On Fri, Sep 11, 2015 at 1:52 AM, Cole Henley [email protected]
wrote:

There is an issue when trying to save fields with long names.
After some investigation the handle for each field is saved by
concatenating the form handle with a generated handle for the form
label/name.

This is easily resolved in the generateHandle helper() if we pass the form
handle as a second variable and do a length test, eg see example Gist at
https://gist.github.com/cole007/10c37d3e93a0c2984249


Reply to this email directly or view it on GitHub
#40.

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