One other approach is to use a hidden field on that form, and pass in a field for your specific email as a URL parameter. That can then be captured in that form, and this avoids any weird timing issues you might see with the clicked link approach. The downside, is it might take a little more effort to setup.
-Erik