Hi @Lakshmi99
Please check below if you want to send an email to the user when the form is submitted and see if that helps.
https://experienceleague.adobe.com/docs/experience-manager-learn/forms/handling-af-form-submissions/sending-email-on-adaptive-form-submission.html?lang=en
Hi @Randeep_virk
There is nice article about extending page properties, please check below:
https://experienceleague.adobe.com/docs/experience-manager-learn/sites/developing/page-properties-technical-video-develop.html?lang=en
we can call getParent() on any page object and not necessarily on current page only.so In your case, Get the page object using child page path/resource and then call getParent() method.You have multiple options to convert it page object based on your child page path or object type. For example: If ...
@JakeCham It's better to write all your business logic in sling models/BE services instead of Sightly. You can use below method to get appropriate parent page details in sling models or services. Page getParent(int level)Returns the relative parent page. If no page exists at that level, null is re...
Hi Raja,There are two ways you can try:Option 1: 1. Use the 'Publish page' option from page itself. 2. Then it will pop additional screen where you can disable XFs/references which you don't want to publish. Option 2: Using Manage Publication options from sites1. Click Manage Publication 2. Dis...
You can write custom process step for the rejection and keep it after Reject Participant step something like below: Here is the sample code you can write in process step and configure it.Please note that you need to choose appropriate route based on your workflow model structure. List<Route> backR...
As I heard offset and limit parameters have been added in the latest AEM as a Cloud Service but I'm not sure whether this feature is part of the version you're using or not.