G
Guest
Trying to write script to manupulate fields on custom contact form.
Sub CommandButton1 Click()
x=value
[customfield_name]= x
End Sub
It doesn't work. Any help on code to change value of:
default field like [FirstName]
or a user defined field [custom_name]
TIA,
Joel
Sub CommandButton1 Click()
x=value
[customfield_name]= x
End Sub
It doesn't work. Any help on code to change value of:
default field like [FirstName]
or a user defined field [custom_name]
TIA,
Joel