Forums

Chronoforms V5 errors on Array?

vdlkris 17 Sep, 2014
Hello,

I'm getting errors in debug on a simple form. I don't know where it came from but can't send the email on the live site?


Data Array

Array
(
    [option] => com_chronoforms5
    [chronoform] => test
    [event] => submit
    [text1] => test
    [button2] => Submit
    [ip_address] => 109.131.83.178
)

Array
(
)



Errors

Array
(
)



Debug Info

Array
(
    [0] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:info@portalsmedia.be
                    [2] => Subject:test
                    [3] => From name:test
                    [4] => From email:info@portalsmedia.be
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
<table>
<tr><td>Text Label</td><td>test</td></tr>
</table><br /><br />IP: 109.131.83.178
                )

        )

GreyHead 17 Sep, 2014
Hi vdlkris,

The errors array is empty => there are no errors.

Bob
vdlkris 17 Sep, 2014
Hi there Bob,

but when I'm testing the form on the live site it not working. It stays on the same page ?
When i do it on the test modus without debug al works correctly...

thx,
kris
vdlkris 17 Sep, 2014
hey bob I found out that the url :

http://www.domainname.com/index.php?option=com_chronoforms5&view=form&Itemid=120 (posted in my menu on the site ) not works .. When I fill in all fields and click submit it stays on the same page....

but when I use this url :
http://www.domainname.com/index.php?option=com_chronoforms5&chronoform=Offerte ( the link when I enter the component chronoforms in my backend en click view form. ( fill in everything and click submit everythings works fine.
GreyHead 17 Sep, 2014
Hi vdlkris,

Please open the settings for the HTML (Render form) action and set Relative URl to no.

Bob
This topic is locked and no more replies can be posted.