make the user enter "value", "selected y or no" , and "display text" into separate fields... then build it up whatever way you want to....
>>> [EMAIL PROTECTED] 06/17/05 10:19 am >>> Hoping to get your thoughts or approaches to this problem. I have a form where a user can define a select field to use in other forms. They basically list out the options that will be available. So for example in the definition (a text form field) they would enter something like this.... Rule 1 <option value=10>$10</option> <option value=20 selected>$20</option> <option value=30>$30</option> Now I need to do some server side validation on this form field to make sure that the options are properly constructed. I've been playing with converting the field to an xml object then moving the options into an array and testing on this. Is this the best approach or is there another better/simpler/lazy way to do it? Thanks in advance. Angus --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
