Forums

Can't Hide Data Array or Debug Data

marcodeluca 15 Feb, 2013
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:

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.
marcodeluca 15 Feb, 2013
Sorry, just to add to that, I figured out that I can switch the events to redirect before sending the data to vtiger, but that means I can't use the "thank you" message and stay on the same page, or load the form in a modal like I was doing before.

So, if anyone knows how I could hide all the jargon without redirecting, your help is much appreciated.
GreyHead 15 Feb, 2013
Hi marcodeluca,

In CFv4 Easy Wizard it's on the Other or Form Settings tab; in the Form Wizard click the red 'x' on the action to delete the Debugger action.

In CFv3 it's an option on the General tab.

Bob
marcodeluca 15 Feb, 2013
Yah I did delete the debugger. I am using the advanced editor in CF4. That didn't seem to work, but I'll test it again.
This topic is locked and no more replies can be posted.