Custom fields in the block creation form are defined by the public function form($bean) function but the only parameter is the $bean so if you use ajax in one of your custom field you can't access the $form_state to change other custom fields according to the value of the "ajaxed" field.
I am going to check if i can patch this but please confirm i am not doing something in the wrong way.

CommentFileSizeAuthor
#1 form_state-1334476-2.patch2.64 KBindytechcook

Comments

indytechcook’s picture

Status: Active » Needs review
StatusFileSize
new2.64 KB

Yeah, you are right. Here is a patch. It's a pretty big API change so you much up your API to version 3.

indytechcook’s picture

Status: Fixed » Closed (fixed)

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