Hi Paul
Looking at the Solar documentation, under Solar_Form documentation
// get the submission request
$submit = Solar::post('submit');
// handle submissions based on the localized button values
if ($op == Solar::locale('Solar', 'SUBMIT_SAVE')) {
Should be $submit not $op :-)
--
Jeff Surgeson