Hi, I want to add a new button in the BxDolProfileFields.php and I find this code:
// add submit button
$aInputs[] = array(
'type' => 'submit',
'name' => 'do_save',
'value' => _t( '_Save' ),
'colspan' => false,
);
What should I do if I want to make the new button has a function to redirect to another page?
Thanks,
