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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...