I was wondering what are the issues involve in deciding if I should fill the templates in a form (e.g values of combo boxes) dynamically from database or statically from the page itself. I can think of issues and trade offs like database performance or the need to update these values, but I am not sure how much pressure does “a query per combo box” puts on a regular MySQL database.
So, what is your recommended way for filling forms’ templates?