Hello,

Just starting to get my head around using hook_form_alter in my module.

Scenario:

Created a CCK field set "Patient Record" and content "Title", "First Name", and "Last Name"
Sure enough they appear on the content type node edit form in a collapsible field set

I want to edit the fields set so that they appear in-line on the edit form using prefix and suffix, so in my module I targeted the content type edit form.

So far so good, I know how to define field sets and form items but how do I load the target field set (Patient Record) and add my prefix, suffix code to it then commit the changed to the form in question?

I'm pretty sure this is a common task, I tried searching but got even more confused! Please help!

Oh, and Happy new year everyone!