My client has the follow requirement: they want website visitors on the frontend to be able to access a form, enter nickname and a question, and receive a generated code. On the backend (Umbraco), users with a certain role will access a page (section?) that displays an overview of open questions, select one, answer and save it.
When the website visitor returns at some later moment and enters his code in an input field, they are displayed the answer that was entered by the Umbraco user.
I want to make this into a package, which will create the necessary DB table(s), Umbraco section etc. Is this possible? Is this the best way to build a fucntionality like this?
Create a package or not?
Hi,
My client has the follow requirement: they want website visitors on the frontend to be able to access a form, enter nickname and a question, and receive a generated code. On the backend (Umbraco), users with a certain role will access a page (section?) that displays an overview of open questions, select one, answer and save it.
When the website visitor returns at some later moment and enters his code in an input field, they are displayed the answer that was entered by the Umbraco user.
I want to make this into a package, which will create the necessary DB table(s), Umbraco section etc. Is this possible? Is this the best way to build a fucntionality like this?
Thanks,
Jaco
is working on a reply...