Copied to clipboard

Flag this post as spam?

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


  • Richard 4 posts 25 karma points
    Nov 22, 2012 @ 13:20
    Richard
    1

    Form picker not rendering form on page

    Hiya,

    Trying to use the Form Picker datatype.

    This is what I have do so far...

    1. Install Contour etc.. I know this to be working as I currently have 2 other forms on the site.
    2. Created 7 other forms that will be picked on a couple of other pages via the form picker.
    3. Ive tried calling in my "quickQuestionPicker" firstly as an umbraco:Item with the result of only getting the GUID displayed on the page.
    4. Ive also tried it as part of a macro with the same GUID result displayed...
    Question is, how do I get the form to display. I suspect there is something simple I have missed but any pointers would be great. Thanks.
    R

    Umbraco  - 4.9.1
    ASP.NET - 4.0.30319.547
    Windows 7 (local) // Windows Server 2008
    IIS 7.5


  • Comment author was deleted

    Nov 26, 2012 @ 10:51

    Hi,

    You'll need a macro tag to output the form since the form picker will only store the GUID, but you can pass that guid to the macro by using an advanced macro param syntax

    http://our.umbraco.org/wiki/reference/templates/umbracomacro-element/macro-parameters/advanced-macro-parameter-syntax

  • Comment author was deleted

    Nov 26, 2012 @ 10:51

    So instead of a fixed guid set the param to [#propertyAlias]

  • Richard 4 posts 25 karma points
    Nov 26, 2012 @ 11:48
    Richard
    0

    Oh I see... I think it was because I got it into my head it was like a macro container.

    Many Thanks.

    R

Please Sign in or register to post replies

Write your reply to:

Draft