I'm looking to build a Feedback form using Umbraco Forms but was wondering if there was a way to get Umbraco Forms to return a set of node's name so the user could select them to say which pages they liked or didn't? Instead of having to hardcode them all in as options on the checkboxlist control.
Thanks for the help, I've created a prevalue source for the pages I want to show and then added it as a checkbox list to the form which looks like it is going to work.
Returning Nodes as selectable options
Hi,
I'm looking to build a Feedback form using Umbraco Forms but was wondering if there was a way to get Umbraco Forms to return a set of node's name so the user could select them to say which pages they liked or didn't? Instead of having to hardcode them all in as options on the checkboxlist control.
Thanks, Jeff
I would build a custom FieldType if I wanted to do anything fancy like that. The good news is that it is pretty easy to whip up a new FieldType.
Check out this documentation:
Adding a new FieldType
Adding new settings to types
I don't know about Umbraco Forms, but Contour had a built-in prevalue source of "Umbraco Documents" that might work:
Thanks for the help, I've created a prevalue source for the pages I want to show and then added it as a checkbox list to the form which looks like it is going to work.
is working on a reply...