Adding features

I just realized with text fields, most of the times you only want them to show up when they have values. I hate looking at pages that have labels like email, phone, fax, address, etc. and they are all blank. Why displaying them if they are blank. So I am thinking of adding an attribute to the text tag so that it would only display on certain condition. I have not finalized on whether to add an attribute called showOnBlank or just have a general attribute condition for people to put in any kind of conditions to meet their needs. I may do both.

I also want to add another attribute to the select tag to reload the page on change selection. I think I will make it submit to itself instead of reloading so no data would be lost. It would work something like this.

onChange="document.formName.action='formURL';document.formName.submit();"
Of course if you don't like this implementation or it is intefering with something on your page, you can always implement your own theme.

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.5.006.