Hi,
Was wondering if I can use the UDT to do something like the following on a company intranet...
I have a need to collect specific information in relation to a task.
Each task will have its own page in DNN.
Each page will have a UDT on it.
But rather than be in a table view with each field being shown in a column, I want to show the row going down the page.
for example:-
Task Name:-
<value as entered by user>
Due Date:-
<value as entered by user
Description:-
<rich text value as entered by user>
Field 4:-
<field 4 information as entered by user>
Field X:-
<more information as entered by user>
Although I realise with UDT you could add many rows to the table, I only have a need for one. My need is purely to prompt the user to provide specific categories of information, otherwise I'd use the HTML module.
Thanks,
Scott