Posts by RBalconi • 1 point
2 posts
-
0
votes0
answers78
viewsQ: Jquery does not serialize radios input value
Ola, I have a form that is sent via Ajax, I had to add some radio inputs. However the method serialize() does not take the values of the radios (I have two groups of radios in this form), all the…
-
0
votes0
answers148
viewsQ: Input does not appear echo
When I echo an input value of this serviceOrderForm.php file loaded via ajax, the correct content appears in the Browse code, but nothing printed in the input (in any input with echo). Has anyone…