• 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: Limit submission if the email address

Limit submission if the email address 7 months 3 weeks ago #42959

Hi there, any solution on how to limit the submission by email address with non-registered users?
User can submit just once with the same email address.
Many thanks
The administrator has disabled public write access.

Limit submission if the email address 7 months 2 weeks ago #42981

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

Have you considered using an "Unique" validation rule for the email field:
www.rsjoomla.com/support/documentation/r...-fields/textbox.html

Another possible solution would be to use a custom script in PHP Scripts > Scripts called on form process that will check if the entered email was used in a previous submission and if it was throw a validation error using the $invalid variable:
www.rsjoomla.com/support/documentation/r...ted/php-scripts.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!