• 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: Rs form date picker stops working with j3.7.3

Rs form date picker stops working with j3.7.3 6 years 9 months ago #37113

  • info3946
  • info3946's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
Hi
This form was working until i upgraded to j!3.7.3
Now i cant get past the date field without it incorrectly asking for validation
beachhorseriding.com/contact-booking.html
The administrator has disabled public write access.

Rs form date picker stops working with j3.7.3 6 years 9 months ago #37114

  • info3946
  • info3946's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
I fixed it by replacing the date element with the "calendar" element - I may need to check all my websites now that are using this
The administrator has disabled public write access.

Rs form date picker stops working with j3.7.3 6 years 9 months ago #37115

  • pat59
  • pat59's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 3
Go to the Attributes tab and change the Date Format to m/d/Y. Should fix the issue.
The administrator has disabled public write access.
The following user(s) said Thank You: info5473, siti2

Rs form date picker stops working with j3.7.3 6 years 9 months ago #37172

yes, indeed. Changing it to the m/d/Y does the trick but I want a normal input: dd-mm-yyyy. If you select this format the returning date seems ok (i.e. selecting the first of July returns 01-07-2017), but the form sees it as invalid. Is there a way to use other input formats?
The administrator has disabled public write access.

Rs form date picker stops working with j3.7.3 6 years 9 months ago #37180

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

You'll need to specify the Date Format according to PHP date(). In your case, you should simply use the following instead:

d-m-Y
This is not official customer support. To receive your support, submit a support ticket here.
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!