J
Jason
Hi,
I successfully built a submission form using the DIW in
FP 2003. Some of my fields though are drop-down's. My
question is how can I make the drop-down's required
fields while still including a null in a drop-down?
I adjsuted the code in the drop-down section to include a
null field. The code looks like this:
<asp:ListItem Value="" />
<asp:ListItem Value="Test" />
<asp:ListItem Value="Non-Test" />
Thanks.
I successfully built a submission form using the DIW in
FP 2003. Some of my fields though are drop-down's. My
question is how can I make the drop-down's required
fields while still including a null in a drop-down?
I adjsuted the code in the drop-down section to include a
null field. The code looks like this:
<asp:ListItem Value="" />
<asp:ListItem Value="Test" />
<asp:ListItem Value="Non-Test" />
Thanks.