How to get paper-radio-button, paper-checkbox or core-dropdown-menu values with PHP $_GET after submitting a form -


i using php programmation language adapting mvc architecture. , polymer library view.

i found problems particularly when used polymer elements in form.

if use paper-radio-button, paper-checkbox or core-dropdown-menu, example,

i can not fetch them $ _get or $ _post

the elements mentioned don't function normal form elements. have bind values hidden field:

<paper-checkbox checked?="{{ischecked}}"></paper-checkbox> <input type="hidden" name="foo" value="{{ischecked}}"> 

or otherwise serialize/aggregate values them.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -