Brenden Kehren
-
10/22/2013 2:33:09 PM
RE:BizForm Dependent fields
I know you can set the Default value with a macro, I do it with query string parameters. For instance if I have a query string param of ID, I'd use {%ID%} in the default value. You should be able to use {% StartDate %} (or whatever the column name is) as a default value too.
|