Add warning to Reset

Is it possible to add a warning to the Reset button with text, such as “Are you sure you want to reset?”, and then allow the user to reset or decline?

Hi Bruce – sorry for the delay in responding, I wanted to try a few things.

There’s no simple way to do this. You can display a OK/Cancel with by editing the HTML and adding an onclick method, but Cancel doesn’t prevent the reset form moving forward. The only feasible approach is to write some custom javascript to display dialog window and reset the sim from the javascript. (instead of in the interface builder).

I’ll take your feedback to the dev team for consideration as future feature.