<div dir="ltr"><div><font face="monospace, monospace">Further testing...</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">This works - the datepicker *appears*:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">  <body onload={PikadayControl.init date_nid}></font></div><div><font face="monospace, monospace">    <form></font></div><div><font face="monospace, monospace">      <textbox{#DateField} id={date_nid}/><br/></font></div><div><font face="monospace, monospace">      Name: <textbox{#NameField} /></font></div><div><font face="monospace, monospace">      <submit action={add_thing} value="Add !"/></font></div><div><font face="monospace, monospace">    </form></font></div><div><font face="monospace, monospace">  </body></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">This doesn't work (after adding a string "Date: " before the Date field) - the datepicker *doesn't* appear:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">  <body onload={PikadayControl.init date_nid}></font></div><div><font face="monospace, monospace">    <form></font></div><div><font face="monospace, monospace">      Date: <textbox{#DateField} id={date_nid}/><br/></font></div><div><font face="monospace, monospace">      Name: <textbox{#NameField} /></font></div><div><font face="monospace, monospace">      <submit action={add_thing} value="Add !"/></font></div><div><font face="monospace, monospace">    </form></font></div><div><font face="monospace, monospace">  </body></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">So it seems that the datepicker appears only when the Date field is the *first* element inside the <form>.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Thanks for any ideas on why this is happening!</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">###</font></div><div><br></div></div>