I'm submitting a form to an older version of vTiger, using the new version of Chronoforms. I've successfully setup the form using the cURL gh. The problem is, I'm always getting the Data Array results, and debug results, printed to screen after the form is submitted.
How do I NOT get this data printed to the screen? All I want to see is my thank you message. I dont remember this being an issue before, but I'm fixing up a form that was built like 4 years ago, and I can't figure out how to turn this debugging off.
I know that vTiger is returning some results, but I thought I could ignore those by redirecting the user after successful post. Also, my global joomla settings are set to debug system NO and error reporting NONE.
So onSubmit, I see:
Then the message from vTiger saying the leads entry was added.
My Thank you message.
And finally, the Debug data:
How do I NOT get this data printed to the screen? All I want to see is my thank you message. I dont remember this being an issue before, but I'm fixing up a form that was built like 4 years ago, and I can't figure out how to turn this debugging off.
I know that vTiger is returning some results, but I thought I could ignore those by redirecting the user after successful post. Also, my global joomla settings are set to debug system NO and error reporting NONE.
So onSubmit, I see:
Array
(
[option] => com_chronoforms
[chronoform] => QTT
[event] => submit
[Itemid] => yadda yadda
Then the message from vTiger saying the leads entry was added.
Then Validation Errors: ()
My Thank you message.
And finally, the Debug data:
cURL [GH]
cURL OK : the cURL function was found on this server.... and every other variable.