• 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: Dynamic fields in email not working

Dynamic fields in email not working 11 years 4 months ago #26061

I have some conditional fields that I do not want to show in the email to users if it is empty. I refered to www.rsjoomla.com/support/view-article/80...t-php-knowledge.html.

I wrote:
{if{startdedicationdate:value}}{startdedicationdate:caption}: {startdedicationdate:value}{/if}

{if{enddedicationdate:value}}{enddedicationdate:caption}: {enddedicationdate:value}{/if}

I am getting this:

{if01/13/2014}Select date you would like to dedicate: 01/13/2014{/if}

{if}Select date you would like to start dedication: {/if}

Any help would be appreciated.
The administrator has disabled public write access.

Dynamic fields in email not working 11 years 4 months ago #26064

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
Make sure to separate the field's value placeholder in the {if} statement from the 'if' clause. For example:

{if{startdedicationdate:value}}{startdedicationdate:caption}: {startdedicationdate:value}{/if}

should actually look like:

{if {startdedicationdate:value}}{startdedicationdate:caption}: {startdedicationdate:value}{/if}

Also, make sure to update RSForm!Pro to the latest revision, as this feature was included more recently. You can read more about updating RSForm!Pro here:

www.rsjoomla.com/support/documentation/v...a-newer-version.html
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!