NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: zdpl0a on September 22, 2007, 01:33:40 PM
-
Hi All,
I have something similar working on update forms...
I want to use a modified version of the email example to create a customer support request form.
The TO: address is always the same. I've tried a couple ways in the example to plug the address, but it does not show up on the form.
I tried in the generate form embed and the init form embed. No luck...
Any help would really be appreciated.
Dave
-
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