Closed (fixed)
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Sep 2009 at 13:02 UTC
Updated:
5 Nov 2009 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mesh commentedtried 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)
Comment #2
vkareh commentedYour 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.
Comment #3
vkareh commentedJust committed the patch to the development snapshot. Thanks for the great job!
Comment #4
mesh commentedthanks vkareh!