Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > BizForm Dependent fields View modes: 
User avatar
Member
Member
aaron.bundschuh@adaptdev.com - 10/22/2013 9:30:02 AM
   
BizForm Dependent fields
Is it possible to set the default value of a BizForm field based on the value of another BizForm field using dependent fields?

We have two fields, StartDate and EndDate that are both of type = Date and Time.

We want the default value of the EndDate field to be whatever is entered by the user in the StartDate field.

Is that possible using a macro or other solution?

User avatar
Kentico Legend
Kentico Legend
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.