Does anyone know how the ParsePlaceHolders() that is described in the docs is meant to be used? That helper uses the HttpContext instead the record fields so I can't use it to replace placeholders like {name}.
I found the StringHelper.ParsePlaceHolders(Record record, string value) and it worked good but I'm still wondering what the helper on the docs is for.
Magic Strings ParsePlaceHolders()
Does anyone know how the ParsePlaceHolders() that is described in the docs is meant to be used? That helper uses the HttpContext instead the record fields so I can't use it to replace placeholders like {name}.
I found the StringHelper.ParsePlaceHolders(Record record, string value) and it worked good but I'm still wondering what the helper on the docs is for.
Thanks.
See the bottom of https://our.umbraco.org/documentation/Add-ons/umbracoforms/developer/Magic-Strings/
Can I use magic strings to check the value of an existing form field in the view of another form field? (use case: cascading dropdowns)
I just received an email alert about your reply. Only a year late.
I assume you don't still require a response.
Thanks! :) No, not looking for a solution anymore.
is working on a reply...