Hello,
Wondering if anyone can help? I use the following code in a HTML snippet in my external form. However no calendar or date picker appears:
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js" type="text/javascript">
</script>
<script type="text/javascript">
jQuery('#inf_custom_JobDate0ddmmyyyy').datepicker({ dateFormat: "dd-mm-yy" });
</script>
Any suggestions as to why? I use Javascript to embed the form on the page. This code has worked with other forms but not on new ones I have created…