Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeff 74 posts 346 karma points
    Oct 09, 2015 @ 15:03
    Jeff
    0

    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

  • Mark Bowser 273 posts 860 karma points c-trib
    Oct 09, 2015 @ 16:46
    Mark Bowser
    0

    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

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Oct 09, 2015 @ 16:56
    Nicholas Westby
    100

    I don't know about Umbraco Forms, but Contour had a built-in prevalue source of "Umbraco Documents" that might work:

    Example Prevalue Source

  • Jeff 74 posts 346 karma points
    Oct 13, 2015 @ 10:09
    Jeff
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft