Page 1 of 1

Detail view button customizations

Posted: 2021-05-03 17:34
by pfrumkin
Hi All,

I was unable to find this documented, hope it helps. I have applied to INSERT/SAVE buttons here but could be extended easily to other buttons. These are in the tablename_init hook.

Change button label
global $Translation;
$Translation['Add New'] = 'Submit New Registration Request';
$Translation['Save New'] = 'Save Registration Request';

Change insert message
global $Translation;
$Translation['new record saved'] = "Your request has been submitted. You will be contacted with details.";

Change redirect after insert
$options->RedirectAfterInsert = 'Thank_you.php'; // some other page

I also highly recommend using Jan's App Helper library for adding new buttons.

~Paul
AG 5.84