Displaying code after submitting successfully

How to stop a ChronoForms form from displaying debug code after submission.

Overview

The issue occurs when the form's debug mode is unintentionally left enabled.
Navigate to the form's setup section and disable the debugger, or if using Easy Form mode, ensure the debug option is turned off.

Answered
ChronoForms v6
cc ccondo 02 Mar, 2018
The form is here: http://www.ccupholder.com/


After the form submits there is a giant box that says:

Is there debugging turned on somewhere? I used a copy of the included contact template.
​[h3]Contact Us![/h3]
[h3]Thank you, we have received your message and we will try to get back to you as soon as possible, have a good day![/h3]
Array
(
    [chronoform] => contact-us
    [event] => submit
    [title] => mr
    [first_name] => 
    [last_name] => 
    [email] => 
    [message] => test asdf asd asdfsdf
    [submit] => 
    [option] => com_content
    [view] => article
    [id] => 27
    [Itemid] => 101
)
Array
(
    [validate_fields8] => Array
        (
            [log] => Automatic validation enabled.
            [var] => 1
        )

    [email10] => Array
        (
            [recipients] => Array
                (
                    [0] => 
                    [1] =>
                    [2] => 
                )

            [subject] => C-Cup Holder Contact
            [body] => 
<table width="100%" cellpadding="5" cellspacing="3" border="0" class="ui table"><tr><td width="30%" valign="top" align="right"><strong>Title</strong></td><td width="70%" valign="top" align="left">Mr.</td></tr><tr><td width="30%" valign="top" align="right"><strong>First name</strong></td><td width="70%" valign="top" align="left">Casey</td></tr><tr><td width="30%" valign="top" align="right"><strong>Last name</strong></td><td width="70%" valign="top" align="left">Condo</td></tr><tr><td width="30%" valign="top" align="right"><strong>Email address</strong></td><td width="70%" valign="top" align="left">ccondo@finalasp.com</td></tr><tr><td width="30%" valign="top" align="right"><strong>Message</strong></td><td width="70%" valign="top" align="left">test asdf asd asdfsdf</td></tr></table>
            [from_name] => noreply@ccupholder.com
            [from_email] => noreply@ccupholder.com
            [reply_name] => noreply@ccupholder.com
            [reply_email] => noreply@ccupholder.com
            [result] => the Mail sent successfully.
            [var] => 1
        )

    [email2] => Array
        (
            [recipients] => Array
                (
                    [0] => ccondo@finalasp.com
                )

            [subject] => Email subject
            [body] => 
<table width="100%" cellpadding="5" cellspacing="3" border="0" class="ui table"><tr><td width="30%" valign="top" align="right"><strong>Title</strong></td><td width="70%" valign="top" align="left">Mr.</td></tr><tr><td width="30%" valign="top" align="right"><strong>First name</strong></td><td width="70%" valign="top" align="left">Casey</td></tr><tr><td width="30%" valign="top" align="right"><strong>Last name</strong></td><td width="70%" valign="top" align="left">Condo</td></tr><tr><td width="30%" valign="top" align="right"><strong>Email address</strong></td><td width="70%" valign="top" align="left">ccondo@finalasp.com</td></tr><tr><td width="30%" valign="top" align="right"><strong>Message</strong></td><td width="70%" valign="top" align="left">test asdf asd asdfsdf</td></tr></table>
            [from_name] => C-Cup Holder
            [from_email] => noreply@ccupholder.com
            [reply_name] => No Reply
            [reply_email] => noreply@ccupholder.com
            [bcc] => Array
                (
                    [0] => 
                )

            [result] => the Mail could not be sent.
            [var] => 
        )

)
Max_admin Max_admin 03 Mar, 2018
Hi ccondo,

Under the form setup section, do you have a debugger ? or if you are using the easy form mode then check if the debug is enabled.

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.