rendering custom attributes :: values spilling over
PermalinkMy problem can be replicated by simply placing multiple address type attributes within any category as typical (i.e. user). In the Dashboard, when the custom attribute's $ak->render('form', $vo, true) is (js/css) shown its form fields will be populated by the most recently filled custom attribute rendering - though obviously not saved.
The default text attribute types do not do this. What's missing in the address attribute's input field that would make it behave similar to the text inputs? Meaning, what is needed to stop custom attributes from filling their form fields with various buffered (ob_start) content?
(At least that's what I think is happening. I thought passing the akID would solve it but it appears to not be doing the trick.)
Thanks