page type form controls on .net core site

lawrence whittemore asked on October 25, 2022 14:24

I'm building a section on the front end of the site to have a user be able to create a page. I have that logic done, but is there anywhere in the documentation that shows how to add the WYSIWYG and file upload form control to the front end?

Recent Answers


Juraj Ondrus answered on October 26, 2022 10:31

You can integrate your own WYSIWYG editor into the front end app - this is fully in your hands. You can use e.g. Froala editor. The same for the file upload - there are no components nor documentation available for this custom need. Just a note - WYSIWYG editor on the live site is a huge security risk.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.