I am putting the user profile edit from in a modal using this cool module. Things seem to generally work but ajax based fields (like file/image upload) completely disappear when upload is finished.

Comments

liquidcms created an issue. See original summary.

liquidcms’s picture

Status: Active » Closed (works as designed)

my bad.. i was doing a form_later to remove fields i didn't want but this is hit twice in different ways.

1st time with std args as per the menu item created for the modal call

2nd time from within ajax call - the 2nd time the args are in different locations and this was causing my issue.

ugintl’s picture

Are you putting the complete page in a modal or the fields on the form?

Can you share your code?