• 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: Manage date fields

Manage date fields 9 months 1 week ago #42868

I have created an RS Form Pro form with the fields "date of birth" and "date of graduation", I would like to check the data so that the data entered on the field "date of optension of the diploma" is always higher than the data entered in the field in the field "date of birth".
The administrator has disabled public write access.

Manage date fields 8 months 1 week ago #42919

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

You can try to do this with a custom script in PHP Scripts > Scripts called on form process. You can use the $invalid variable to trigger a validation error if the graduation date is not older than the birthday date.
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!