Re: Combining Values before form submission
You can use JavaScript to combine the values and store them in a hidden field.
However if the user doesn't have JavaScript enabled then the value won't be combined, mind neither would the options be generated. It's far better to do everything server side that matters.
|