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

Pickadale issue with hidden field #1077

Open
dmi2nfc opened this issue Apr 17, 2018 · 0 comments
Open

Pickadale issue with hidden field #1077

dmi2nfc opened this issue Apr 17, 2018 · 0 comments

Comments

@dmi2nfc
Copy link

dmi2nfc commented Apr 17, 2018

I have issue with hidden field
with default setting when i submit form it sends

Scale[datum]: 09.06.2018
Scale[datum]_submit: 09.07.2018
Scale[uhrzeit]: 14:46
Scale[user]: 176

But at server side i was getting Scale[datum] value overwritten with Scale[datum]_submit value

The only workaround i have found for the problem was $(".pickDateInput").pickadate({hiddenPrefix:'burn_in_hell'});

it works good

Scale[datum]: 09.06.2018
burn_in_hellScale[datum]_submit: 09.07.2018
Scale[uhrzeit]: 14:46
Scale[user]: 176

p.s. burn_in_hell - it was addressed to HTTP protocol developers

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

1 participant