Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hi Ashkan,
If you're using Episerver Forms 4.3 or higher, you can create your own placeholders using Placeholder API.
I wrote a blog post on this topic some time ago: https://www.dcaric.com/blog/creating-placeholders-for-episerver-forms
Hope this helps.
From Forms 4.3, PlaceHolder API is in Public BETA and you can start using it.
https://world.episerver.com/documentation/developer-guides/forms/placeholder-api/
I have a form where I send email on form submits. The form has been used in multiple pages and I want to send the page name as a parameter of my email. How can I do it?
Furthermore, In form submissions I can see the "submitted from" column which refers to the page. I tried adding #Submitted from# field but EpiSerever didn't replace it.