Forums

input text not sent

deff 07 Sep, 2011
Hi everyone ...

Don't know if it's a bug or I'm doing something wrong ... I used chronoforms for j1.5 previously with no problems at all ...
So I explain my little problem ...
I added inputs / textareas no problems, published the form no problem but when the user is submitting the form .. I generated the template ... and it sends me this kind of email :
And of course .. this is the right name for the different inputs ...

Nom {input_text_nom}
Adresse email {input_text_email}
Société {input_text_societe}
Téléphone {input_text_tel}
Budget {input_select_budget}
Projet {input_textarea_projet}
Pièce jointe {input_file}

So I guess .. this is something really stupid .. and probably a problem on my side ... Any clue ?

thanks for your help

Am using the last version of Cf 4.0 RC2.0 and j1.7 (up to date)

seb
Max_admin 09 Sep, 2011
Hi seb,

Are you using the advanced wizard ? if yes then can you add a "debugger" action after the "email" action to show us what's the data sent by the form ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
deff 15 Sep, 2011
Thanks for your answer ... and nop I'm using the 'Easy Form wizzard' ... still looking around .. but don't understand why the {name_of_the_field} is not sent throught the email ... it just seems it doesn't recognize it as a field ...
deff 15 Sep, 2011
Nop, juste used the "easy form wizzard" ... auto-generated a template, it just seems like it doesn't understand it's a field name, and copy it 'as is' in the email ...

If you've got any clue ?
deff 15 Sep, 2011
Just switched to Advanced mode and here is what i get from the debugger:

Data Array:

Array
(
[format] => html
[chronoform] => deviss
[event] => submit
[Itemid] => 497
[option] => com_chronoforms
[view] => form
)

Merci pour votre message, nous vous répondrons le plus rapidement possible.
Debug Data

An email has been SENT successfully from .... to ....
Email template:

Nom {input_text_nom} Adresse email {input_text_email} Société {input_text_societe} Téléphone {input_text_tel} Budget {input_select_budget} Projet {input_textarea_projet} Submitted by ....
GreyHead 15 Sep, 2011
Hi deff,

The data array there suggests that no data is being submitted from your form fields. What is there appears to be all from the form URL.

Please post a link to the form so I can take a quick look.

Bob
deff 15 Sep, 2011
Hummm i'll have a look on a local website ... to see if I understand better ... thanks anyway🙂
I'm coming back to you if I don't find anything :/
deff 16 Sep, 2011
Found out ... it was working on my local version not online, the only difference is I've got the internal SEF turned on .. turned it off and it's working ... any idea how I could solve the problem ?

I'll take any clue ...
GreyHead 16 Sep, 2011
Hi deff,

What is the Form method set to - Get or Post?

Please post a link so that I can take a quick look.

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