thank you again, for providing a solution to multi-page drupal forms.

currently multistep disables all the fields that are not a part of a group other than the current-step. in our case there are cck fields that need to be shown on the first step of the form. (specifically, the conditional_fields module requires a field to be outside the group - to be able to control a group) is there any possibility to show such fields and assign them a step so that they may be kept visible on the first step?

CommentFileSizeAuthor
#2 multistep-585610.patch2.41 KBvkareh
#1 multistep.patch837 bytesmesh

Comments

mesh’s picture

Assigned: Unassigned » mesh
Status: Active » Needs review
StatusFileSize
new837 bytes

tried modifying the multistep.module file, and created a patch. it checks if the field is a part of a group or not before disabling it (at multistep_field_access) i still need help in disabling the same fields on other steps, though. (currently using a modified version of the module to disable fields on other steps)

vkareh’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
StatusFileSize
new2.41 KB

Your patch works well and gave me an idea on how to properly disable fields for different steps. This new patch adds an option to select the step for a field that does not belong to any group in the widget settings screen.

The patch should be applied against the latest development version of the module. Please try it and let me know.

vkareh’s picture

Status: Needs review » Fixed

Just committed the patch to the development snapshot. Thanks for the great job!

mesh’s picture

thanks vkareh!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.