pjsikora / select-box

Automatically exported from code.google.com/p/select-box
1 stars 0 forks source link

$_POST['select']; in PHP #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When trying to fetch the select option with php $_POST
2.
3.

What is the expected output? What do you see instead?
The expected output would be the selected option value. Instead the $_POST 
always fetches the first option value and not the selected one.

What version of the product are you using? On what operating system?
I'm using version 0.1.3

Please provide any additional information below.

Original issue reported on code.google.com by hom...@gmail.com on 4 Jan 2012 at 9:49

GoogleCodeExporter commented 8 years ago
This would be due to that when selecting an option the plugin doesn't actually 
populate the select box! 
BR,
Homanp

Original comment by hom...@gmail.com on 4 Jan 2012 at 10:00