Hi, I'm trying to create a form with 2 pages. The first page will have input fields (either manual or drop down).
What I would like the 2nd page to do, is take that input, substitute it into a web address e.g. Http............(input).... which will retrieve an image and place it on to the 2nd page in a set location.
In addition, the image urls are set to work with an input of 13 digits. Some of the input data will be 13 digits long, while some others will only be 7 digits long. In those cases it will need to add 6 zeros in front of the 7 digits.
I hope this makes some sense and any possible help would be greatly appreciated.