Site name

Welcome, Guest
Username Password: Remember me

email response format
(1 viewing) (1) Guest

TOPIC: email response format

a custom format 18 May 2012 19:55 #5486

  • jorgeovany
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
¿I can create a personalized email? I need the mail comes with a custom format. How I can do?

thanks,

Re: a custom format 22 May 2012 22:54 #5523

  • Fox
  • OFFLINE
  • Administrator
  • Posts: 2425
  • Karma: 72
This is one of the most requested feature, but I'm sorry: currently you can't. An automatic message will notify you when it will be ready.
If you use this extension, please post a rating and a review at the Joomla! Extensions Directory.
If a problem has been solved please let everybody know, it could be important for other people.

Email template 18 Jul 2012 06:13 #5874

  • aloha
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hello,
Please support me on my problem.
How and where can I edit template for email that received after submit? For example, template with logo, background, table...
The current template only load the content text.

Thank you

Re: email response format 18 Jul 2012 13:24 #5875

  • plop
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi,
We can't for the moment custom the html format?
But could i juste modify the text format of the mail?
Now, it do that:
[Name] : the name
[Mail] : the email
and i would like that:
the name
the email
What is the file i need to modify to do that? thanks !

Re: email response format 18 Jul 2012 23:12 #5878

  • Fox
  • OFFLINE
  • Administrator
  • Posts: 2425
  • Karma: 72
fdispatcher.php, function AddToBody()
If you use this extension, please post a rating and a review at the Joomla! Extensions Directory.
If a problem has been solved please let everybody know, it could be important for other people.

Re: email response format 19 Jul 2012 10:27 #5885

  • plop
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Nice thanks !

Re: email response format 21 Jul 2012 08:38 #5911

Can you please tell me when it's possible to style the form. Or at least a modification so that the form can be read?
I've maked a large complicated form but I can't use it now because of the plane text.
Thanks!
(Purchase version user!)

Re: email response format 16 Aug 2012 18:06 #6120

  • Crazyhorse
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
As an amateur I cant make sense of this... I too would like to have the email that is sent in response to form submission to be readable.. I don't really want to hack the php even if I was capable of doing so. I guess I could with some clear instruction but as it if I cant even find the file you mention let alone make sense of it .. please help.

Re: email response format 17 Aug 2012 11:39 #6124

  • gyroglm
  • OFFLINE
  • Moderator
  • Posts: 416
  • Karma: 21
<your path>/components/com_foxcontact/helpers/fdispatcher.php function AddToBody() line 103 (2.0.17).
To remove the field names, change line 107
return "[" . JFilterInput::getInstance()->clean($field["Name"], "") . "] " . JFilterInput::getInstance()->clean($field["Value"], "") . PHP_EOL;
to
return JFilterInput::getInstance()->clean($field["Value"], "") . PHP_EOL;


However, see this thread for more details and a warning.
Last Edit: 17 Aug 2012 11:40 by gyroglm.

Re: email response format 17 Aug 2012 12:22 #6125

  • Crazyhorse
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
Thanks that is very helpful ... I might get the hang of this PHP in time!
Moderators: gyroglm
Time to create page: 1.40 seconds