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
Hi
I have this
<input id="urlMember" name="urlMember" type="hidden" value= "<%= umbraco.library.NiceUrl(1732) %>"> </input>
and it works (setting the value of the input field to an url set using a content picker) and it works, but I would like to use the #memberResultPageURL parameter instead of 1732 - how can I do that.
Something like this - which does not work
<%= umbraco.library.NiceUrl('[#memberResultPageURL]') %>
Thanks Paul S
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to pass in a parameter in html
Hi
I have this
<input id="urlMember" name="urlMember" type="hidden"
value= "<%= umbraco.library.NiceUrl(1732) %>">
</input>
and it works (setting the value of the input field to an url set using a content picker) and it works, but I would like to use the #memberResultPageURL parameter instead of 1732 - how can I do that.
Something like this - which does not work
<%= umbraco.library.NiceUrl('[#memberResultPageURL]') %>
Thanks
Paul S
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.