Closed (fixed)
Project:
Rules Forms Support
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2010 at 16:08 UTC
Updated:
17 May 2018 at 19:29 UTC
Jump to comment: Most recent
Comments
Comment #1
fourmi4x commentedI would love to know that to!
I tried with '' and 0 and NULL , and all "levels" of form ids but none of this work...
In the meantime you can do still it with the action "Execute PHP code" and something like:
return empty($form['field_ref']['0']['value']);Cheers!
Comment #2
mitchell commentedPerhaps there can be a backport.
Comment #3
daniel.nitsche commentedHave you tried leaving the value empty, but checking the "negate" checkbox? That works for me. Now, if I could only work out how to make it work for checkbox input types.
Comment #4
daniel.nitsche commentedSorry, I just realised I didn't really answer your question. The negate option may be helpful anyway.
Comment #5
caminadaf commentedThis is a valid feature that I've already implemented on a site I support. I'll be moving that feature here.
Comment #6
caminadaf commentedCommited on 7.x-1.x