London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.