NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 28, 2009, 11:06:36 AM
-
Hi,
Any way to select the field when the form is call for change?
Thanks
Alberto
-
Hi Alberto,
Go to the embed point "After setting SelectField" and add this line.
p_web.SetValue('SelectField',clip(loc:formname) & '.placeyourfieldnamehere')
Make sure you get your field name right (might wanna be careful of case as javascript is picky).
Regards
Bill Shields