** insert the code you suggested. **
I did not supply exact code to use, just an example of code that might be able to be used depending on how you decided to go about performing the task.
** I am having difficulty finding a spot **
Here's another way it might be able to be done.
Right after the line:
foreach $field (@$fields) {
try adding:
next if ( $field->{'name'} ne "Header" && $user->{username} ne "Administrator" ) ;
This code is untested so use at your own risk.
If that doesn't work maybe soneone else can tell you the exact code needed? If not, my services are available for hire.
Dan O.
------------------