dionysus74075
Technical User
I have a contact page setup with text fields and a dropdown to select the type of contact. I have a submit button and a clear button. I have the clear button set to clear the text fields and I also want it to set the drop down back to the label/value "Please Select." Is this possible?
Here's what I have as of now :
//Set "Clear Form" Button to clear text fields
btnClear.onRelease = function(){
ccbType.selectedItem.label = "Please Select"
}
Here's what I have as of now :
//Set "Clear Form" Button to clear text fields
btnClear.onRelease = function(){
ccbType.selectedItem.label = "Please Select"
}