alter > add fields in the database for each award, data type varchar, default as "no"
You need to stop using custom field forms on add and modify else the user will be able to add awards themselves.
Now the easiest thing is to type "yes" in each award field when you modify or add a link or
Where you want the award to show you could do this :
Code:
< img src="../images/award1/<%database-name-for-award1%>.jpg">
now just put award 1 in the following location : images/award1/yes.jpg and no.jpg in the same place
if award = yes the image will show, if not then no.jpg will show. You could make no.jpg a 1x1 transparent image.
thats the easiest way, you could add checkboxes to make it all a little easier