Posts by Felipe Santos • 141 points
4 posts
-
0
votes1
answer159
viewsA: Remove white space from Chart
I managed to solve the problem. What happened was, within my repeating structure, I was creating new chartAreas and new Series. I modified the structure so that the loop only populates the…
-
2
votes1
answer159
viewsQ: Remove white space from Chart
I’m facing a problem I can’t solve. I have a page, and it has 2 Charts, but the problem is that these Charts, are small, with lots of white space around them. I’ve tried setting up the property…
-
2
votes2
answers1749
viewsA: POST method does not take FORM value
I discovered the problem from the answer of the rray. The attribute needed to be serialized. I used the following ajax and it worked correctly! var form = $('.contact-form'); form.submit(function ()…
-
9
votes2
answers1749
viewsQ: POST method does not take FORM value
I’m making a contact form on a website, but the PHP method does not take the value of input in the form, I’ve searched the internet and I can’t find anyone with the same problem. And e-mail is being…