Custom List Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a custom ask form, and I want a custom field with a
drop-down list. I can't seem to figure out what I did to make this happen,
can someone please help by telling me what I need to do in order to create a
customized drop-down list?

Thanks.
 
From the control toolbox, drag a combo box onto your custom form page. Right-click it, choose Properties, and then switch to the Value tab. At the top of that tab. choose the custom field you want to bind to the control.
 
Just add a combo-box control from the Toolbox, and bind it to your custom
field (right-click control, choose Properties, and select field using the
Choose Field drop-down on the Value tab).
 
Back
Top