Re: Re: Can I extend the fieldset to go around my custom fields?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6841
Re: Re: Can I extend the fieldset to go around my custom fields?

hook_form_alter() is only half of the solution. The other half is hook_nodeapi(). There, you will need to save the values of the fields in some way (usually a database table). Check out uc_quote, or maybe the taxonomy module.