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
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
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
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
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 ...
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 ?
If you've got any clue ?
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 ....
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 ....
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
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
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 :/
I'm coming back to you if I don't find anything :/
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 ...
I'll take any clue ...
This topic is locked and no more replies can be posted.