hi,
when you restrict mandatory field for specific rule, it gives error to fill it, but user could not show it!
I added this line after line 66 in webform_component_roles.module

$elements[$component['form_key']]['#required'] = FALSE;

Comments

dwieeb’s picture

Status: Active » Fixed

Thank you! I have committed and pushed your patch to dev along with another bug fix and created a 1.3 release.

Status: Fixed » Closed (fixed)

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

  • Commit 2bee4cc on 7.x-1.x, 6.x-1.x authored by bahman2216, committed by dwieeb:
    Issue #1932046 by bahman2216: bug in mandatories field