Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hiya,
Trying to use the Form Picker datatype.
This is what I have do so far...
Umbraco - 4.9.1ASP.NET - 4.0.30319.547Windows 7 (local) // Windows Server 2008IIS 7.5
Comment author was deleted
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
So instead of a fixed guid set the param to [#propertyAlias]
Oh I see... I think it was because I got it into my head it was like a macro container.
Many Thanks.
R
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Form picker not rendering form on page
Hiya,
Trying to use the Form Picker datatype.
This is what I have do so far...
Umbraco - 4.9.1
ASP.NET - 4.0.30319.547
Windows 7 (local) // Windows Server 2008
IIS 7.5
Comment author was deleted
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
So instead of a fixed guid set the param to [#propertyAlias]
Oh I see... I think it was because I got it into my head it was like a macro container.
Many Thanks.
R
is working on a reply...