OK, I've had a chance to test multistep out. Here's how the fields are displayed in my content type:
* Title (ungrouped)
* GROUP (step) 1
- Date
- Text
- Decimal
* GROUP (step) 2
- Decimal
- Text
- Text
* GROUP (step) 3
- Full Name
- British (UK) Phone Numbers [ * ]
- E-Mail
[ * ] The CCK phone field should not be displayed in the first step but it does. It displays within its group, although the other fields (full name and email) do not display.
If you need more information, please ask.
Cheers.
Comments
Comment #1
random_tom commentedUpdate: I should mention that I was using version 5.x-1.x-dev of Phone CCK. I have since updated to the latest version of Phone CCK 5.x-2.15 and the same issue with phone cck remains.
Another observation after testing:
* Can't delete from node edit view - 'save' and 'next' buttons are visible but not 'delete'. This means node can only be deleted by visiting admin > content management > content
Comment #2
vkareh commentedThe delete button is removed by design for aesthetic purposes.
I created a new issue to address this: #364225: Delete button does not show in form.. I did it by allowing the user to decide whether they want the Preview/Delete buttons showing for each content type.
After applying the patch, there should be a new option in the content type editing form (www.example.com/admin/content/types/example).
-Victor.
Comment #3
vkareh commentedAdded support for new field types. Please download the new release.