Im not sure if that would work. You would need some custom look up's and java scripting to populate contact info on a form. For example, the first form captures email address (assume the url is www.test.com?form=1). We need to grab that email address submitted there and pass it along the URL for the second form (assume the URL is "www.test.com?form=2", you would pass the email address like this "www.test.com?form=2&email=test@test.com"). the look ups will use this email and populate data on form 2. I think this can be achieved by the from pre-pop app but look up's would be my best bet. Test out the form pop app, if it doesn't work try the custom code method.
↧