I have an input text box on my flash movie that will accept a zip code. And I need to have the zip code that is entered in the flash movie, prefilled on another form on an html page once it is submitted.
Order of events:
- User enters zip code into the (input text field) flash movie.
- User clicks submit
- User is taken to another page containing a form field with the zip code pre-filled with the entry from the flash movie.
Any help is greatly appreciated. And I do need to follow this sequence of the user confirming their zip code twice - so the page following the initial zipcode entry is definately needed.