Skip Navigation
Home
Register
Activate
AchieveDiscussion 2.1.28
Forum Home
Search Forums
 
ready checked options?
Return to AFLite forum
Showing replies 1 to 3 of 3
Author
Post
Date
kas
ready checked options?
im have a 'select many' field which has a list of 15+ options however i need to have the options already checked when the form loads? is this possible, if so how do i proceed?
08:54:26 02 Mar 2006
 
Nick Wolfgang
(35 posts)
RE: ready checked options?
I'm afraid there is not currently a way to specify default values for a select many.
There is a way you can attempt to pass in the values through pre-population, which means posting the default values on the querystring or as post data. You can try POSTing or appending to your querystring the following, such as:
http://<server
>/af3int/an/default.aspx/RenderForm/?ID=<formid>&<Select_Many>=<Check1>,<Check2>,...,<Check9>
Where <Select_Many> is the data name of your select many field, and each <CheckX> is the data name of the option you want to check.
I apologise that this is not an ideal solution, but it may be helpful to you in the meantime.
Kind regards,
Nick at BWS
10:39:26 02 Mar 2006
 
kas
RE: ready checked options?
Thank you nick for the reply, ill try this solution.
09:43:44 03 Mar 2006
 
 
Subscribe to topic and receive email alerts when topics are created: