Ok I have found and installed the Hooks module which looks useful!
In an effort to teach myself how this fits together, added the following code as PHP and a Template Hook on:-
forms/add/index.tpl - add_form_page
$account_id = $account_info["account_id"];
$extended_settings = ft_get_account_settings($account_id);
print_r("account id=".$account_id);
Alas, when going to the Add Form page, I get the text part of the message but no account_id?
Any advice please? Thanks
In an effort to teach myself how this fits together, added the following code as PHP and a Template Hook on:-
forms/add/index.tpl - add_form_page
$account_id = $account_info["account_id"];
$extended_settings = ft_get_account_settings($account_id);
print_r("account id=".$account_id);
Alas, when going to the Add Form page, I get the text part of the message but no account_id?
Any advice please? Thanks