Support

Account

Home Forums Front-end Issues Authors can't upload from front-end form Reply To: Authors can't upload from front-end form

  • Hi, new code fixes the problem… My custom role had the depreciated user_level capability missing. $role->add_cap( ‘level_1’ ); fixed the problem.

    However I noticed that with the new code, WYSIWYG fields in both front-end and back-end show as empty. The field is being saved but the WYSIWYG field is being rendered as empty.

    Thanks!