You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: