Posts by Luiz Francisco Fonseca • 1 point
9 posts
-
0
votes1
answer91
viewsA: SOAP com PHP | Error: Server was Unable to process request. ---> Index was Outside the Bounds of the array
Hello! I checked some things, and I realized that I had written the "Person" (tag inside the Putlead) in lower case. I changed here and now we have the following: <?php $nome = $_POST['nome'];…
-
-1
votes1
answer91
viewsQ: SOAP com PHP | Error: Server was Unable to process request. ---> Index was Outside the Bounds of the array
Hello, all good? I’m a beginner in PHP and am venturing for the first time with Webservices (SOAP) - performing the integration a form I have on a Landing page with a client’s CRM. For being a…
-
-1
votes1
answer101
viewsA: Send form via SOAP with PHP
I read the material divided by Augusto, and some things I found on the internet - I arrived in the following: <?php $nome = $_POST['nome']; $email = $_POST['email']; $telefone =…
-
-3
votes1
answer101
viewsQ: Send form via SOAP with PHP
Hello, all good? I am very beginner in PHP, and I am integrating a client’s CRM with a form for capturing Leads. Their system is small in scope, and the only thing I have to help me with is a…
-
-1
votes1
answer53
viewsQ: Form error message even when sending is confirmed
Good night! I developed a form, with help from other users here, to send new records to a client’s CRM system. When we send, the data reaches the CRM, but the browser accuses the error message. I’ve…
-
-1
votes1
answer126
viewsQ: Problem styling <select> through CSS
Hello! I’ve put together a form for lead capture, and I’m having trouble styling the field within it. I’ve done a lot of research and tried everything, but I can’t figure out why it’s not working.…
-
0
votes3
answers169
viewsA: Send data to external URL via form, uploaded to the same page
@Matheus, Thanks for the help! I edited the code and includes two Hidden fields to send other information I need through the URL, and the end was like this: <form id="formulario" action=""…
-
0
votes3
answers169
viewsA: Send data to external URL via form, uploaded to the same page
As pointed out by @Matheus in the comments, I’m running a test with jquery and GET - another topic I’m a beginner on. I did some research and arrived at the following result: <script…
-
-1
votes3
answers169
viewsQ: Send data to external URL via form, uploaded to the same page
Hello! I am a beginner in PHP and am putting together a form to receive data through POST, and print them into a custom URL. The purpose of the form is to register leads on a third CRM platform,…