Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

How to do this?

Quote Reply
How to do this?
Hi,

I am trying to pass the dates (YYY-MM-DD format) thru the Signup Form as hidden fields:

(1) Submission Date:

<input type="hidden" name="dgraph_subdate" value="<%GT::Date::date_get()%>">

The View Source shows OK Value. ... 2003-03-05

(2)Renewal Date: Now how do i add 365 days to the above and pass it as a hidden field "dgraph_rdate"

I tried my best with <%set ....> but always get 1971-01-01

Thnx

Anup
Subject Author Views Date
Thread How to do this? anup123 3763 Mar 4, 2003, 1:44 PM
Thread Re: [anup123] How to do this?
Chaz 3700 Mar 4, 2003, 3:25 PM
Thread Re: [Chaz] How to do this?
anup123 3698 Mar 4, 2003, 3:42 PM
Thread Re: [anup123] How to do this?
Chaz 3690 Mar 4, 2003, 5:05 PM
Thread Re: [Chaz] How to do this?
anup123 3668 Mar 5, 2003, 3:10 PM
Thread Re: [anup123] How to do this?
Chaz 3672 Mar 5, 2003, 3:30 PM
Post Re: [Chaz] How to do this?
anup123 3667 Mar 5, 2003, 4:31 PM
Thread Re: [Chaz] How to do this?
anup123 3678 Mar 6, 2003, 1:10 AM
Post Re: [anup123] How to do this?
Chaz 3650 Mar 6, 2003, 6:26 AM