How Do I predefined date?
dharmaputra created the topic: How Do I predefined date?
Does anybody know how to predefined date?
For example I have an event that already have a fixed arrival and departure date, so I want to fixed the date rather than the customer have to choose the date.
Thank you so much.
peace and smile,
Br. Dharmaputra
Please Log in or Create an account to join the conversation.
-
Topic Author
- dharmaputra
- Offline
- Fresh Boarder
-
10 years 11 months ago
Support replied the topic: Re: How Do I predefined date?
Dear Dharmaputra,
Currently there is no way to do that directly. However, as a workaround, you can add a text field instead, type in your desired value, and from the menu open the Edit Javascript window, and change the function before_submit like so:
function before_submit(){
document.getElementById('your_field_id').disabled=true;
}
*you have to replace your_field_id by the id text that is shown in your field's edit window.
--
Best regards
Web-Dorado team
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
10 years 11 months ago
Time to create page: 0.170 seconds