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

Cookie answers truncated #157

Open
guglielmoseminara opened this issue Dec 28, 2023 · 1 comment
Open

Cookie answers truncated #157

guglielmoseminara opened this issue Dec 28, 2023 · 1 comment

Comments

@guglielmoseminara
Copy link

Describe the bug
When saveAnswersInBrowser is true and when there are many inputs in the form, the size of cookie quillforms-answers is big. Since the limit is 4kb, when the text is greater it is truncated. Probably it could be useful to choose the type of storage to use.

@mdmag
Copy link
Member

mdmag commented Dec 29, 2023

@guglielmoseminara,

Oh, thanks for this hint.
We can do an update to save smaller data, There is no need to save the questions themselves in the cookie.

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