Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [orthonet] Insert Date in Custom Form

Quote Reply
Re: [orthonet] Insert Date in Custom Form In reply to
Hi,

You can create a global template called 'set_date'

sub {
require GT::Date;
return GT::Date::date_get();
}

And then add a hidden object into the customized add/modify forms:

<input name="field_name" type=hidden value="<%set_date%>">

Hope that helps.

TheStone.

B.
Subject Author Views Date
Thread Insert Date in Custom Form orthonet 5058 Dec 26, 2002, 11:16 AM
Post Re: [orthonet] Insert Date in Custom Form
jaspercram 4923 Dec 27, 2002, 5:25 AM
Thread Re: [orthonet] Insert Date in Custom Form
604 4926 Dec 27, 2002, 10:16 AM
Post Re: [TheStone] Insert Date in Custom Form
orthonet 4917 Dec 27, 2002, 10:45 AM