Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Collecting form data to display elsewhere on page? Re: Collecting form data to display elsewhere on page?

#71652
TT_Mark
Member

Have you tried using JSON? You can set up a multidimensional array of data that stores everything you need, then when the user selects something, simply utilise JQuery to get the appropriate corresponding price etc.