Thanks for the response.
I really don’t like the idea of a callback for at least each type of field (text, button, etc.).
I’m using Smarty to handle my templating ( truly despise mixed PHP and HTML) and want to use it for my admin page as well. Adding settings to the markup is a snap this way. You’re editing almost pure HTML with absolutely no embedded PHP.
Hmmm. I wonder if there are any actions or hooks in there that I could take advantage of. ??
Thanks again.