Success Page / thank-you page Redirection and loading issue in iframe in different Domain. | Community
Skip to main content
June 23, 2026
Question

Success Page / thank-you page Redirection and loading issue in iframe in different Domain.

  • June 23, 2026
  • 1 reply
  • 0 views

We have a Form Page: https://www.thermofisher.com/in/en/home/global/forms/chemicals-apac/maybridge-library.html which is loaded using iframe into Domain Page: https://chemicals.thermofisher.kr/kr/ko/home/chemicals/maybridge-library-copy.html. Added the screenshots for reference. Domain: www.thermofisher.comhttps://chemicals.thermofisher.kr both are of separate AEM environment.

Issue:
When we submit the Form on this Page: https://www.thermofisher.com/in/en/home/global/forms/chemicals-apac/maybridge-library.html and validate the google recaptcha successfully it redirects to the thank you page. But when we try to submit the above Form Page which is loaded in iframe in Domain: https://chemicals.thermofisher.kr/kr/ko/home/chemicals/maybridge-library-copy.html after validating the google recaptcha successfully it is not redirecting to the thank you page and also thank-you page not loads in the iframe on the Page: https://chemicals.thermofisher.kr/kr/ko/home/chemicals/maybridge-library-copy.html

Other Information:
For Page: https://www.thermofisher.com/in/en/home/global/forms/chemicals-apac/maybridge-library.html we do have a redirection logic in the servlet to redirect to the thank-you page after successful google recaptcha validation. We are getting the logger statements as well for servlet in this scenario. But when the same Form Page is referenced using iframe and form is submitted in the Page:  https://chemicals.thermofisher.kr/kr/ko/home/chemicals/maybridge-library-copy.html the servlet is not getting triggered and thank-you page redirection is also not happening. We do have the same redirection logic in forward.jsp as well but this also not works. 

For better understanding please try to submit the forms from both the Different Domain Pages

Can you please suggest the solution to fix the issue? 
 

 

 

1 reply

June 23, 2026

@kautuk_sahni Can you please suggest the workaround ? Thanks