View Single Post
  #2 (permalink)  
Old 09-20-2007, 04:25 PM
speed speed is offline
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default 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.
Reply With Quote