I'm currently using the drop down selection box provided in ChronoForms. Because of some javascript I'm adding, the select element needs to look like this:
Is there a way to add this onchange attribute using the current drop down box, or do I need to delete the drop down box and add the box using the custom html element?
<select onchange="Disable(this,'add','delete');" >
Is there a way to add this onchange attribute using the current drop down box, or do I need to delete the drop down box and add the box using the custom html element?