NetTalk Central

Author Topic: Pre set action on static page form  (Read 3134 times)

zolinovak

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
Pre set action on static page form
« on: July 12, 2007, 08:44:57 PM »
I moved my form to a static web page.
I want setup the action to insert.


Tia


Zoltan Novak

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Pre set action on static page form
« Reply #1 on: July 12, 2007, 11:30:09 PM »
Hi Zoltan,

you would still follow the parameters laid out in FAQ # W4.
If you can't then you can set the parameters using
p_web.SetValue('what','something')
in the InitForm routine in the form procedure.

But then (obviously) your form is limited to a single action.

Cheers
Bruce