I am using Umbraco 9 in our local environment. We are trying to get the Magic strings on a hidden field
We have set Magic strings([@Url]) on default value. However Magic strings on the default value are not working. We have checked with other Magic strings as well. It doesn't work
@await Umbraco.RenderMacroAsync("renderUmbracoForm", new {FormGuid="2ed8rf86-5774-4403-55ss-ff9b13ee2c28", FormTheme="", ExcludeScripts="1"})
Magic strings on Umbraco Form 9.2 is not working
I am using Umbraco 9 in our local environment. We are trying to get the Magic strings on a hidden field
We have set Magic strings([@Url]) on default value. However Magic strings on the default value are not working. We have checked with other Magic strings as well. It doesn't work
Hi Sowndar
First of all thanks for using Umbraco 9 and Forms as well. I have just tried to see if I can reproduce what you are experiencing
I am can confirm that I am seeing the same as you where the {@Url} is not working, it gives no value into the hidden field
I have tested on the following version
Umbraco 9.3.0
Forms 9.2.1
It would be fantastic if you can log the issue here https://github.com/umbraco/Umbraco.Forms.Issues/issues. So it can be fixed in one of the next releases of Umbraco Forms
All the best,
/Dennis
Link to related issue and further discussion.
is working on a reply...