Page 1 of 1

Dynamic select in related tables

PostPosted: Wed May 23, 2012 4:01 am
by mdunkin
Hi
I have created a pair of dynamic select boxes as per
http://xataface.com/wiki/Dynamic_select_boxes

It works fine if I enter data directly into the table
However if I try to enter data to the table via add related record it doesnt work

I have tried adding (and many varriations)

function block__after_add_record_form(){
return $this->block__after_AddRelatedRecord_record_form();
}
in the table deligate class
with no success
any help much appreciated