I've approached this many ways, frustrating that I have spent so long trying to get this working, seems like it should be easy.
I want a button on a form that when I click it it changes the value of a field.
I have tried the pcf control, wont do anything. Not sure if it is broke or what.
I have created a simple html button that onclick launches a javascript function, which I've added to the form library as a jscript resoruce. But it does nothing.
Is there any place else I need to add soemthing?
I am seeing an error in debugger that the function name is not defined. But I don't see what else I can do to 'define' this? If I have the js in library, and the html button onclick calls that function name, what do I do to 'define' it?
Thanks,
Terry