Hi again,
I just wanted to follow this up with that I have gotten it figured out. I used the QueryString macro feature. On form1 in the redirecting URL I attached the parameters that I wanted to forward off like so:
~/MyBaseURL/Form2?name={%formfieldname%}&email={%formfieldemail%}
Then in the second form I was able to set default values for the respective fields the very same way:
{%email%}
I hope that this helps others that are in my same situation.
Thank You,
Tyler