Forums

You may provide at least one recipient

fabiuz 27 Sep, 2013
Hi,

after searching and reading many posts i cannot solve my problem...i create a structured form with if then else condition. Before of that i want that in "on submit" the system send a dynamic email to the webmaster but...the email do not arrive.

Here is a detail of debugger...it appears that it do not find dynamic_to email...can u help me to solve that?


Aviso
Como mínimo, debe facilitar la dirección de correo electrónico de un destinatario.
Su cuenta ha sido creada y se ha enviado un enlace de activación a la dirección de correo electrónico que ha introducido. Antes de poder identificarse como usuario registrado, note que debe activar la cuenta haciendo clic sobre ese enlace que le hemos enviado a su dirección de correo electrónico.Data Array:
Array
(
[option] => com_chronoforms
[chronoform] => user_registration
[event] => submit
[nombre] => testfabio
[apellido] => testfabio
[username] => testfabio
[password] => cicciona
[repassword] => cicciona
[direccion] => ningun lado
[provincia] => Azuay
[email] => [email]fabio_giovannini@hotmail.com[/email]
[telefono] => 33903903
[veterinarios] => 1
[normaluser] => normaluser
[input_submit_8] => Envia Datos
[9ef4ee5bc3f1613ad046475c95112714] => 1
[name] => testfabio
[password2] => cicciona
[_PLUGINS_] => Array
(
[joomla_registration] => Array
(
[*isRoot] =>
[id] => 853
[name] => testfabio
[username] => testfabio
[email] => [email]fabio_giovannini@hotmail.com[/email]
[password] => deff6cb3621b05d4e4658c216bbc450b:mztqeJOCDswFm1Z6z2Kr9jJV4CSKPQPC
[password_clear] => cicciona
[block] => 1
[sendEmail] => 0
[registerDate] => 2013-09-27 15:19:27
[lastvisitDate] =>
[activation] => 327654bc1ee2d733f41b1794f5fe76f8
[groups] => Array
(
[0] => 11
)

[lastResetTime] =>
[resetCount] =>
[*_params] => JRegistry Object
(
[data:protected] => stdClass Object
(
)

)

[*_authGroups] => Array
(
[0] => 1
[1] => 9
)

[*_authLevels] => Array
(
[0] => 1
[1] => 1
[2] => 5
)

[*_authActions] =>
[*_errorMsg] =>
[*_errors] => Array
(
)

[aid] => 0
[option] => com_chronoforms
[chronoform] => user_registration
[event] => submit
[nombre] => testfabio
[apellido] => testfabio
[repassword] => cicciona
[direccion] => ningun lado
[provincia] => Azuay
[telefono] => 33903903
[veterinarios] => 1
[normaluser] => normaluser
[input_submit_8] => Envia Datos
[9ef4ee5bc3f1613ad046475c95112714] => 1
[password2] => cicciona
[usertype] => deprecated
)

)

)
Validation Errors:
Array
(
)
Debug Data
email
24
Result
An email has been SENT successfully from (testfabio)fabio_giovannini@hotmail.com to
Body
NOTIFICACION NUEVO UTENTE

Hola Admin,

un nuevo utente acaba de registrarse a xxxxxxxx.com. Estos sus datos:

Nombre:testfabio
Apellido:testfabio
Correo:fabio_giovannini@hotmail.com

GRUPOS:
Veterinarios:1
Normal User:normaluser


Submitted by 186.101.129.111
Attachments
array ( )
expression before:
expression: {veterinarios}==1
expression after:
expression: 1==1
expression Result:
expression Result: true
Powered By ChronoForms - ChronoEngine.com
fabiuz 27 Sep, 2013
Solved...to make it funcioning i had to fill static with "to" and "subject" and leave blank the other fields, in the dynamic section i've putted "name" in dynamicname and email in dynamicemail

name and email are the names of my input fields in the form
fabiuz 27 Sep, 2013
just another question..how can i style the <div id="system-message-container"> once the form is submitted?

thanks
GreyHead 28 Sep, 2013
Hi fabiuz,

I strongly recommend that you do *not* use the Dynamic From Email element in your Email Setups. Using this often results in your emails being marked as spam and dropped into a spam filter. Instead use the static From Email with an address that matches the site domain name and use Dynamic ReplyTo Email for the user email. The result is the same but with a much better chance of good delivery.

You can style the message with CSS in a Load CSS action in the On Load event of your form.

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