Dynamically Generated Form

I am trying to create a custom form on my website which includes multiple pages (created using slideshow). However, I would like to use previously entered information on future slides. Is there a way to use obtain data from a javascript variable rather than a database collection and use this data to dynamically generate fields in this form?

Any help is greatly appreciated,
Rodrigo

you can use url parameters for example to pass information between pages.

Hi Moshe – Thank you for your response. Is it possible to pass information without loading a new page?

I dont know of a way to do that without database / server side / cookies or url params