I latched onto one of Michael Washington's module creation tutorials (guestbook), where he uses a formView (defaultmode of insert) for data entry, in this case a simple contact form. I added a bunch of fields, everything works great.
BUT...
All I'm trying to do is set some default values for some of the formView fields when a user is logged in - first name, last name, country, region, etc. - when they go to fill out this contact form.
I've tried a dozen pieces of code to set some default dropdown and textbox values, and all have failed.
I'll name a next born after anyone who can shed some light.