Hi,
I have been trying to get safecracker file to work with in zoo visitor but It doesn’t seem to work in a form on its own.
I am using
{exp:safecracker channel="member" return="member/edit/success" entry_id="{zoo_visitor_id}"}
<div>
<label for="member_avatar">{label:member_avatar}</label>
<em>{instructions:member_avatar}</em>
{field:member_avatar}
</div>
<input type="submit" value="Submit" />
{/exp:safecracker}which loads the current image that is there, (it did let me upload a new image when nothing was there) but when trying to upload a new image and click the cross on the top left, nothing happens.
Im lost as there is nothing else on the page.
Thanks