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

<select> errors #2 #344

Closed
ConsoleTVs opened this issue Dec 27, 2014 · 3 comments
Closed

<select> errors #2 #344

ConsoleTVs opened this issue Dec 27, 2014 · 3 comments

Comments

@ConsoleTVs
Copy link
Contributor

After the fix some hours ago:

After form submit, ($_POST['select_element_name']) does not return the correct selected value.

@acburst
Copy link
Collaborator

acburst commented Dec 27, 2014

You must give more information. This doesn't help us debug or find the problem. Was it working before the fix? because I didn't touch the part of the code that transfers the value.

@ConsoleTVs
Copy link
Contributor Author

If you use a normal select, once a form is submited, you can get the data of the select with $_POST['select_element_name']; but the new version does not change the select value (the element selected seems not to change, althought it does graphicly! so once a form is submited it always get the same value, no matter what you selected

@acburst
Copy link
Collaborator

acburst commented Dec 27, 2014

We've tested our select with jQuery's .val() and it works on our end. Not sure how youre getting your value.

@acburst acburst closed this as completed Dec 27, 2014
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