• Melissa Drousche
  • NEWBIE
  • 0 Points
  • Member since 2016
  • Programmer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello,

I implemented the ReCaptcha implmentation for Lightning Component as per the link below
http://varasi.com/salesforce/embedding-google-recaptcha-v2-in-salesforce-lightning-component-to-increase-security/

Everything works fine except for the Recaptcha image challenge where it displays within the iframe with scroll bars. Any suggestion on how to display this as popup out of the iframe window?

User-added image
If something goes wrong in lightning component and I go back to component bundle and mofidy the logic there and save and comeback to browser and refresh the page and execute the component , But the component is sometimes displaying the same old logic. Is it because the Javascript handler code is being cached in browser or any other reason. I am able to look at the new logic in browser after making three or four refreshes.