• 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: Conditional fields in user email

Conditional fields in user email 9 years 5 months ago #33217

  • svarmuza
  • svarmuza's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Greetings,
in my form I have dropdown field with name "Razred" and with these values:
3.
4.
5.
...
Now, I would like to send a user a mail with download link which depends upon dropdown selection.
I tried to enter this in my user mail template but it is not working:
{if {Razred:3.}}HTML LINK 1{/if}

{if {Razred:4.}}HTML LINK2{/if}

Please help me in acheiving this. ( I have new RS FORM 1.5xx)
Thanks,
Sasa
Last Edit: 9 years 5 months ago by svarmuza.
The administrator has disabled public write access.

Conditional fields in user email 9 years 5 months ago #33230

  • dispatch
  • dispatch's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 1
I also have the need and desire to do this.
The administrator has disabled public write access.

Conditional fields in user email 9 years 5 months ago #33279

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You can simply set the dropdown items like this:

http://link1.com|3
http://link2.com|4
http://link3.com|5
....etc...

The dropdown has two placeholders - one for value, one for label:

{field name:value}, will return "link1.com" for example
{field name:text}, will return "3" if the first option is selected.
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!