I added new button to my project which onclicked I had hoped would execute a custom code snippet on the button event page. I added my button HTML code which mysteriously gets changed around after build, and my button does not trigger the event on the buttons custom snippet. I get no errors so ichanged the custom event php code to a simple echo command, which does nothing either. I am attaching my now totally jumbled HTML code in the hope that someone can give me a pointer on how it should be.The button no longer shows up at this point, but still no errors indicated
<INPUT class=button value=ADD type=button onclick="add_Department_Snippet1();" ><SPAN id=span> </SPAN>
Basically I need my new button to execute the code snippet Snippet1 which is now on the events page
Thanks in advance