Hi:
I have a Stateless Form with a Multiple Select CheckBox field ... let us call it Fruits ... and the individual Check Boxes are Apple, Banana, Cherry and Dingo.
a) There is no Design (Edit) time facility to set initial values for the individual Check Boxes ... so I am trying to set them via script in the form's on Load section ... but I can neither find an example syntax in the Help documents for it ... nor did I succeed by trying out various Text/ListString values ... can someone provide a syntax (preferably using the example field name and texts specified above) for doing this ?
b) Of course, when the User clicks on the Submit Button, I will be inserting a record in another Table ... so I would like to know the Script Syntax for ...
i) Querying the User selections via Script
ii) Copying the User selections to the new record
Thank you in advance.
Gaev