Hi bill
you can set the default value in intake.xml file with the DefaultValue
property of the field tag,
the other option is in the template
$group = $intakeTool.SomeGroup.Default
$group.SomeField.setDefaultValue("some default value")
Oron
http://netada.co.uk
-----Original Message-----
From: Bill Mulert [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 01, 2004 9:20 PM
To: [EMAIL PROTECTED]
Subject: Can I use Intake on a form with default values?
I'm successfully using Intake on forms that are initially empty. Now I
want to use it on a form that has default values. I don't see a way to
prepopulate the default value of a Field because Field.setDefaultValue()
is protected and unaccessable to me.
What am I missing?
regards --
-- bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]