my website users should be able to input
title
description [html editor]
tag1,tag2,tag3,tag4
and create page
the page should be created like
URL: domain.com/user/tag1-tag2-tag3-tag4
Title
HTML Content
Comments
Footer
i know this can be custom developed
but i want to know whether should this be done only through umbraco forms
or
it can be done otherways?
not sure that the link works correctly as it links to the forum root.
You can do forms user input without Umbraco Forms by yourself.
You can just use MVC for this and create a view with your form, post to a controller and create the page with the Umbraco Api.
How to create a page in the frontend umbraco?
I want to create a clone of this page
my website users should be able to input title description [html editor] tag1,tag2,tag3,tag4 and create page the page should be created like URL: domain.com/user/tag1-tag2-tag3-tag4 Title HTML Content Comments Footer
i know this can be custom developed but i want to know whether should this be done only through umbraco forms or it can be done otherways?
*Im new to Umbraco
Hi David,
not sure that the link works correctly as it links to the forum root.
You can do forms user input without Umbraco Forms by yourself. You can just use MVC for this and create a view with your form, post to a controller and create the page with the Umbraco Api.
Regards David
thanks @David
is working on a reply...