is it possible to pass an image url from a break page to another.
For example in the first page the upload field and in the second page the image uploaded as html.
Thank you.
is it possible to pass an image url from a break page to another.
For example in the first page the upload field and in the second page the image uploaded as html.
Thank you.
Multi-page forms are not really separate pages. They're all part of the same form, just broken up for display using jQuery. As such, you can't pass a value from one page to another, as it has not actually been submitted yet.
i suspected. Thanks anyway.
Sorry about that.