NetTalk Central

Author Topic: Want to Plug To Email Address using Example (11) form)  (Read 2565 times)

zdpl0a

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Want to Plug To Email Address using Example (11) form)
« 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


Graham

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Want to Plug To Email Address using Example (11) form)
« Reply #1 on: September 22, 2007, 11:07:40 PM »
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