Hello: I am trying to add a dojo date picker to an application and in the instructions it asks to put the following code as html passthru in a subform. Add the following with passthru html to a subform <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.8.1/dojo/dojo.js" djConfig="parseOnLoad: true"></script> <script type="text/javascript"> dojo.require("dijit.form.DateTextBox"); </script> <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/tundra/tundra.css"/> I am not sure how to do it. I put the code in the subform and click the property to render html passthru in notes but when I see the form in my browser it just shows as text. Thanks Mynor de Paz