Hi!!
I'm trying to send and receive the form, with
From email:admin email
From name: Site
Subject: Word + name put in form
Send to email filled in form and admin email...
I tried change a lot of times and the better i have is the mail without subject...
How tohave this config?
Is's the last thing to make my wonder form😛
Best Regards
Sorry bad english
Luis Pacheco
Hi,
In order to receive an email you should have this :
Valid Receiver email
valid subject -> this can not be an email, try "subject"
valid from email-> please try "admin@admin.com"
valid from name-> please try :"name"
thats all, please use my samples above, once it works well, you can change values one by one and see if any makes troubles.
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi!
I have all this, but i want to send my form with this:
2 receiver email, admin and who fill the form
subject is an word and the name of user
from email is the admin email
from name in the admin email
what and where i have to fill for have this?
Best Regards
Sorry bad english
2 receiver email, admin and who fill the form :
put the admin email in the Email addresses
put the field name which will have the "who submit"'s email in "Email field"
subject is an word and the name of user
in the on submit BEFORE email box put this :
<?php
$subject = "welcome".$_POST['name'];
?>
from email is the admin email
In the From Email put any email you like but take care that emails from the same domain of your site may be a problem.
from name in the admin email
no, From name must be a valid name or sentence and can't be an email, put it in the From name
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
Please put what you have in the form tag attachment field into the 2nd tab on submit before email box
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi,
Sorry please replace $subject with $rows[0]->emailsubject in the line of code
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi!
Sorry for late. Now it's perfect!
Thank You!!!!
Best Regards!
Thanks
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.