• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Automatic date in the output mail And other

Automatic date in the output mail And other 12 years 9 months ago #18608

  • arsenil
  • arsenil's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello guys,

So i'm new in the forum, but since i'm using RSFORM! PRO on a website. I need to do so many things on it. It's not hard but, i've a small knowledge on Joomla. I do only home made php/sql.

I'd like to insert in my mail (outgoing to customer) on the top ( what ever ), the date of the submission. I've done one thing, but they have to select the day with the calendar. And i don't want them to have the choise.

So i've tryed to related an include of the SQL server with : {DateSubmitted:value} and it doesn't work.

So if you have something simple, easy to make it happen, that could be awesome.

Also, when i perform a form in PHP i do :

<?php
$S=Sexe("s");
if ($S=="Female")
{
echo "e";
}
elseif ($S=="Male")
{
echo "";
}
?>

In my output mail i can't. So tell me how i can make this happen ?

Kinds regards guys
The administrator has disabled public write access.

Re: Automatic date in the output mail And other 12 years 9 months ago #18609

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
Hello,

in order to achieve this you need to use the {global:date_added} placeholder which will provide the date that the form was subscribed on. More information on RSForm!Pro placeholders can be found here:

http://www.rsjoomla.com/support/documentation/view-article/74-emails.html

Regards!
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!