Welcome to the forums! A chance for site members to chat and get help.
You are not logged in.
Pages: 1
I used firebug for this challenge and I feel like it was cheating because i could directly manipulate the code via firebug to send me the e-mail.
was there another way to do this?
Offline
I used a javascript injection, but since I'm using firefox, which I assume you are too, I went to the Web Console by pressing ctrl + shift + k
Once there I just typed in...
void(document.forms[0].to.value="new_email_address@something.com"); alert(document.forms[0].to.value);
Offline
Pages: 1