• 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: Send User Email Based on Conditional field

Send User Email Based on Conditional field 4 months 3 weeks ago #43739

  • StormIT
  • StormIT's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 32
I have a field in my form (Name: 'SendCopyToCustomer') which is a Checkbox with one value "yes|Send me a copy".

If this is checked, I'd like to email the user submitting the form. I have tried the following:

{if {SendCopyToCustomer:value}==yes}{Email:value}{/if}

But it's coming up with an error:

Email field UserEmailTo contains a wrong placeholder. Please make sure the field and placeholder exist.

Any ideas how I can make this work please?
The administrator has disabled public write access.

Send User Email Based on Conditional field 4 months 3 weeks ago #43743

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 630
  • Thank you received: 114
Hello,

Please take a look at this article.
The administrator has disabled public write access.

Send User Email Based on Conditional field 4 months 3 weeks ago #43744

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 630
  • Thank you received: 114
Hello,

As a side note, with the latest RSForm!Pro version, the below syntax should work as well in the User Email > To* field (a backup is recommended before updating):
{if {SendCopyToCustomer:value}=yes}{Email:value}{/if}
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!