Bill Wilson wrote: > > On the new site add form, I haven't been able to figure out this > line: > > <input type="hidden" name="pw" value="" /> > > Why do is this line needed? Just curious. If you want to create a separate form for adding new sites, that line isn't necessary. The form is picked up from "sub form" in site.pm, and the reason why the line is there is the fact that the same subroutine is used when the info for a site is edited. / Gunnar