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.
Re: Re: Can I extend the fieldset to go around my custom fields?
Thu, 10/09/2008 - 17:09
#1
Re: Re: Can I extend the fieldset to go around my custom fields?
Can I extend the fieldset to go around my custom fields? By: raspberryheaven (6 replies) Thu, 10/09/2008 - 15:28
- Re: Can I extend the fieldset to go around my custom fields? By: raspberryheaven (10/09/2008 - 16:49)
- Re: Re: Can I extend the fieldset to go around my custom fields? By: Lyle (10/09/2008 - 17:09)
- Re: Re: Re: Can I extend the fieldset to go around my custom fie By: raspberryheaven (10/09/2008 - 17:18)
- Re: Re: Re: Re: Can I extend the fieldset to go around my custom By: haggis (02/23/2009 - 20:39)
- Re: Re: Re: Re: Re: Can I extend the fieldset to go around my cu By: Lyle (02/24/2009 - 09:53)
- Re: Re: Re: Re: Re: Re: Can I extend the fieldset to go around m By: haggis (02/24/2009 - 13:22)
- Re: Re: Re: Re: Re: Can I extend the fieldset to go around my cu By: Lyle (02/24/2009 - 09:53)
- Re: Re: Re: Re: Can I extend the fieldset to go around my custom By: haggis (02/23/2009 - 20:39)
- Re: Re: Re: Can I extend the fieldset to go around my custom fie By: raspberryheaven (10/09/2008 - 17:18)
- Re: Re: Can I extend the fieldset to go around my custom fields? By: Lyle (10/09/2008 - 17:09)

