Integration with conditional_fields
| Project: | Block Reference |
| Version: | 6.x-1.12 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Hi, I just created a simple content type with these fields:
Title
Question (textfield)
Answer (textarea)
Yes/No (checkbox)
Block (block reference) <-- conditional field
The conditional field was only created after I already created a node.
The problem is this: automatically the checkbox is set to be unchecked, not showing the block reference. When I edit the node and check the box, the select list for the block reference shows up nicely so I can select the desired block. When I hit submit though I get the error message: Block field is required.
Even after hitting submit again (as the block is still selected) I get the same error.
Here's my local testsetup:
Drupal 6.11
CCk 6.x-2.2
Views 6.x-2.5
Thanks in advance!

#1
I just tried creating a new content type, addes the same fields and only afterwards created a node (or at least, I tried). This resulted in the same error.
#2
This seems more likely to be a block_reference issue.
#3
Since this is nothing more than a simple CCK field that works similar to Node Reference and User Reference there is no reason or justification to integrate with any other field module.