If I setup one of these fields inside of a content type and then use that content type as part of a flexifield within content profile the javascript doesn't run properly.
If I setup one of these fields inside of a content type and then use that content type as part of a flexifield within content profile the javascript doesn't run properly.
Comments
Comment #1
mradcliffeHmm... I have a feeling that the javascript isn't being included.
Edit: No, I'm incorrect. Flexifield changes the CSS id for the select and input text field so it's possible that cck_select_other cannot do anything based on that.
Comment #2
mradcliffeI'm not sure how performance is going to work if I have to pattern match through all the divs on a page to look for a regex string. It might not scale well. At the moment that's the only solution I can think of.
I'm guessing that you can have the same field from two different node types in one flexifield? Or two flexifields with teh same node type on them? And that's why flexifield has to inject a specific CSS Id into each div.
Comment #3
mradcliffeComment #4
mradcliffePostponing for now.