"Same goes for esign" - For esign as well as Verify component it is expected that these components would re-render. "Please share the collateral" - You can package the adaptive forms via Package manager if you are on 6.0 or via form manager itself if you are on 6.1 beta. For using package manager u...
c. Verify components re-renders when you will move next/back from wizard. Same goes for Esign as well. I am not sure why should it not re-render in your case. Please share the collateral for better understanding.
Just want to know the following - a. Which release version of forms are you on as Forms JEE release had some fixes around this area.b. Is OOTB advanced enrollment template working for you ?c. Did you place any component on the same panel in which you have e-sign?
Did the text below in the email submit action not help you. Also please have a look at https://helpx.adobe.com/aem-forms/6/introduction-forms-authoring.html if you want some context of fields/components. Using adaptive form field names to dynamically create email contentThe field names in an adapti...
I have a couple of things to ask - Did you go and read the links provided in the configuring submit actions article which have details about what each submit action does https://helpx.adobe.com/aem-forms/6/submit-store-data-crx-repository.html ---> Store content and PDF related actions https://help...
If https://helpx.adobe.com/aem-forms/6/configuring-submit-actions.html is not enough, we are happy to answer your queries. Also if you want some specifics w.r.t to any/all submit actions, we can go ahead documenting the same.
If you mean submit actions then try https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=adaptive%20forms%20customs%20submit%20action orhttps://helpx.adobe.com/aem-forms/6/custom-submit-action-form.htmlIf you want to pre-populate fields then have a look at https://helpx.ad...
Hi Afam,This works for me. It gives me "john" in the other field if it inscribe "charles" in the field firstname , "morris" for "susan", "michaels" for "tim" and nothing for any other value. Is it not what you are expecting?
This can be achieved by writing an expression like this.value = (TextField1.value ==1) * 2 . However if your case is so complex that you cannot derive an expression relating the fields then you can write a service, make an ajax call to it passing the value of TextField1, and return desired value ...