• 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: After X submission change user email

After X submission change user email 4 weeks 1 day ago #43965

  • garga
  • garga's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,
I need a custom script that after X submission the tahnkyou message and the user email change, is possible?
thankyou Davide
The administrator has disabled public write access.

After X submission change user email 1 week 6 days ago #43985

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 636
  • Thank you received: 118
Hello,

Instead of using a custom script, you can try to achieve this scenario using the RSForm!Pro Support Ticket field, for example, by choosing the Sequential type and no leading zeros. Next, using the {if} syntax, you can dynamically change the contents of the Thank You Message or User Email message based on the Support Ticket field value, something like:
{if {support_ticket:value}<=3} Some text here {/if}
{if {support_ticket:value}>=4} Other text here {/if}
The administrator has disabled public write access.
The following user(s) said Thank You: garga
  • 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!