Hi Dave,
When the form is generated, it actually gets the field values from the Session values.
Assuming you are using a Memory form and your email variable name is loc:email, you can use the StoreMem->Start routine embed:
loc:email = 'someone@domain.bla.bla'
hth
Graham