• 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: form rule: maximum submissions (kind of urgent)

form rule: maximum submissions (kind of urgent) 13 years 10 months ago #13947

I have a registration form with 6 date selections in a dropdown field.
I want to set a rule that a single date can't have more than 10 submissions.

How am I going to script that?

Thanks in advance!
The administrator has disabled public write access.

Re:form rule: maximum submissions (kind of urgent) 13 years 9 months ago #14029

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

This can be achieved with some custom scripting. You will need to count the number of submissions that are made for a certain value from your dorpdown and when the limit is reached prevent any additional submissions for that value. A simple example on how to limit the number of submissions of a certain form can be found here:

www.joomla-form.com/form-examples/form-s...mit-form-submissions

You could use this example as a starting point for your described functionality.
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!