Invalid adres: Email* error after submitting a form

Davyconaert 28 Mar, 2012
Hello,

I created a form with the latest chronoforms in JM 2.5.1.

After pushing the 'submit' button I get this error/message😮ngeldig adres: Email*Bedankt, U-EW neemt uw vraag in behandeling en neemt binnenkort contact met u op.

Translated (I am from Belgium):

Invalid adress: Email*Thanks, U-EW is processing your request and will contact you.

'U-EW is processing your request and will contact you.' This is what needs to appear after 'submit' button is pressed. The words 'Invalid adress: Email*' dissapear from itself (or by a mistake I have made).

Does anyone know what is wrong. Website = http://u-ew.be/index.php/contact

Grtz,

Davy
GreyHead 28 Mar, 2012
Hi Davy,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here. Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob
Davyconaert 29 Mar, 2012
Hello Bob,
(I could not upload the original form because of the *.cf4bak extension. I manually changed it to .txt. I hope you can use the file while manually change the extension back to cf4bak)

this is the result that was shown after submitting the form (I used Easy Wizard):

Ongeldig adres: Email*Data Array:

Array
(
    [chronoform] => contact
    [event] => submit
    [Itemid] => 114
    [option] => com_content
    [view] => article
    [id] => 3
    [Naam] => davy
    [Voornaam] => conaert
    [Bedrijf] => dc digitals
    [Email] => 
 davy@dcdigitals.be
    [Tel_] => 
    [Uw_vraag] => debugTest
    [Verzenden] => Verzenden
    [bf64bf9e824f6c28773a91e48e8fd4eb] => 1
)

Validation Errors:

Array
(
)

Bedankt, U-EW neemt uw vraag in behandeling en neemt binnenkort contact met u op.
Debug Data

    email
        2
            Result An email has been SENT successfully from (WebsiteAdmin) admin@u-ew.be to davy@dcdigitals.be
            Body

            Beste Ruud,

            volgend bericht werd via jouw site aan je verstuurd.

            Naam:
            	davy

            Voornaam:
            	conaert

            Bedrijf:
            	dc digitals

            Email:
            	davy@dcdigitals.be

            Tel.:
            	{Tel.}

            Uw vraag:
            	{Uw vraag}


            Submitted by 213.119.86.210
            Attachments array ( )


Email Result:

Beste Ruud,
volgend bericht werd via jouw site aan je verstuurd.
Naam: 	davy
Voornaam: 	conaert
Bedrijf: 	dc digitals
Email: 	davy@dcdigitals.be

Tel.: 	{Tel.}
Uw vraag: 	{Uw vraag}


Submitted by 213.119.86.210
GreyHead 05 Apr, 2012
Hi Davy,

The input name Tel. has a dot in it and Uw vraag has a space. Please rename these using only 'a-z', 'A-Z', '0-9' and '_'.

Bob
Davyconaert 09 Apr, 2012
Hi Bob,

I was on a short vacation, that is why I did not post a reply for a while.

Bob, I succesfully changed the Tel. and Uw vraag. but that did not solve the main problem. After submit the form, I still get the message ongeldig adres: Email* or in Englisch invalid adres: Email*.

I removed the thanks message from the form, that way the only thing that shows after clicking the submit button is the error.

Davy.
GreyHead 09 Apr, 2012
Hi Davy,

I think this is the problem.

Bob
Davyconaert 09 Apr, 2012
That solved the problem. Thank you very much!

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