You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have a file attachement field with a userdefinedform (eg. if you have added a FileAttachmentField to your Page.php..) the UserDefinedForm javascript is broken : can't open field options, can' add any new fields, etc.
Seems the problem is in the javascript for the dragndrop in the file_attachement_field.js file. it works If I remove the
$('.file_drop').livequery(dnd.ready());
The text was updated successfully, but these errors were encountered:
Hi,
If we have a file attachement field with a userdefinedform (eg. if you have added a FileAttachmentField to your Page.php..) the UserDefinedForm javascript is broken : can't open field options, can' add any new fields, etc.
Seems the problem is in the javascript for the dragndrop in the file_attachement_field.js file. it works If I remove the
The text was updated successfully, but these errors were encountered: