• 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: Regex Syntax

Regex Syntax 5 years 1 month ago #39976

Just a quick one.

I want to add a promo code SPRING2020 to form.

I've used a text box with Regex Syntax #([(SPRING2020)])#i but it doesn't work. Can you point me in the right direction please
The administrator has disabled public write access.

Regex Syntax 5 years 1 month ago #39977

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

If this is about using one of the RSForm!Pro payment integrations in your form, then a specialized Discount form element is available where you can setup such a coupon code. More on this topic here.

Otherwise, you can try the following regex for your regular textbox:

/^SPRING2020$/
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.
The following user(s) said Thank You: joeausti
  • 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!