Posts by Gabriel Lima • 24 points
3 posts
-
-1
votes1
answer880
viewsA: Copy fields from a form and paste into another form from different websites
That’s pretty simple as it sounds Do the following test, go on / Now go to that address /? q=Barbecue You’ll notice that: Chrome treated the attribute name of input of research that is called q and…
-
0
votes1
answer1021
viewsA: My Form does not send
From what you can see, you are using an event trigger with jquery, in case that is, I will post a code that always works with me, no problems; <form name="contactForm" id="form-contato"…
-
1
votes1
answer211
viewsA: Error separating arrays in PHP
The error that is giving ( Array to string Conversion ), you’re trying to separate a String into an Array, which are different things. private function pSetError($msg = array()) { $MsgErro =…