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!

Comments

libeco’s picture

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.

mitchell’s picture

Title: Block reference is required to submit » Integration with conditional_fields
Project: Conditional Fields » Block reference
Version: 6.x-1.0-beta1 » 6.x-1.12
Component: User interface » Code

This seems more likely to be a block_reference issue.

danielb’s picture

Category: bug » feature
Status: Active » Closed (fixed)

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.