I have a form that I am designing in Adobe LiveCycle ES 2.5 for a client.
Quick background for the project: It involves taking an even older PDF and converting it to allow digital signatures with potential Reject/Accept buttons.
Does anyone know how to determine in the click event (AWS_SUBMIT::click) for the submit button which submit button was actually clicked??
Like the Reject vs Accept button.
The client only has access to Adobe LiveCycle es2.5 workbench/suite.
LiveCycle ES 2.5 Aws_Action field JavaScript
120 Views Asked by greendave11 At
1
There are 1 best solutions below
Related Questions in ADOBE
- Used AI to generate an Adobe Illustrator v28.3 script that groups the contents of each individual artboard. Can't get it to work
- SVG export from Adobe Illustrator generates strange code
- Samsung Watch Sport Type Animations Source
- Acrobat 2020 editing the Header or Footer in a PDF Document
- How can I print to adobe acrobat printer (pdf) in Delphi silently
- Upload photo to website, let it process, and download
- Why does digitally signing with Adobe Reader cause Windows Cryptographic errors
- Dynamically add pages in AEM Remote Spa
- I want to completely flatten/remove some pdf text/objects outline in the pdf document I am working with using iText or any tools programmatically
- Cannot re-save PDF Generated in PDF Sharp 101 Error
- Coldfusion SOAP API, name of parameters on wsdl changes to generic one
- iOS Project with SQLCipher and SQLite Dependency
- Adobe PDF Embed API - > ViewerAPI-> gotoLocation() not changing the page
- How to merge multiple .IDML files without InDesign?
- How to parse CSV or FDF data to a Python dictionary and inject into a template PDF form?
Related Questions in LIVECYCLE
- Getting the Adoble LiveCycle Java libraries from an Adobe X Pro disc
- (Adobe LiveCycle) Dynamic Table Header columns widths repeat wrong on multiple pages
- AEM Forms Designer - Color Mandatory Fields - Doesn't work?
- Using the display value of a dropdown in a mathematical equation (LiveCycle, Javascript)
- Module vs Component vs Application vs process vs service vs operation in AEM Forms on Adobe LiveCycle
- How to check if table is empty in SAP Adobe Form?
- AEM/Livecycle - If total is over 100%, delete last entered value
- android studio Can't resolve symbol ViewModelProvider
- Biding on a variable which value comes from a service can't be seen
- <CFPDFForm> Populating PDFs from MySQL DB (Quit Working)
- Use for loop to search an array of fields to find & replace text
- Livecycle Designer: JavaScript - find an element by name and position from the root
- How to save results of user input from a dialog box with XFA/Livecycle
- XFA form loses interactivity when filling XML data with IText
- For loop with multiple variables in LiveCycle
Related Questions in LIVECYCLE-DESIGNER
- Document Assembly Not Allowed
- Javascript syntax for using a varable within a section reference
- Assistance with REG EXP to match 5 digit number followed by undefined amount of text i.e 99999 AAA AAA etc
- How to hide text in Adobe Form if user checks checkbox in selection screen?
- Adobe Acrobat Date Picker/Field Returns an Error Every Time on One Specific Form But Works on All Other Forms
- How to check if table is empty in SAP Adobe Form?
- Merge cells for empty values in PDF Form table?
- Verify date entered on a PDF form is start of a pay period
- Use for loop to search an array of fields to find & replace text
- Upgrade from Adobe LiveCycle - Business Decisiosn 6.0 or Adobe AEM?
- Match a LiveCycle decimal field to a pattern
- Collect page numbers of objects in a PDF form
- XFA form loses interactivity when filling XML data with IText
- FOR loop and Array issue
- how to specify data file in adobe live cycle designer?
Related Questions in LCDS
- LiveCycle ES 2.5 Aws_Action field JavaScript
- how to restrict growable text field upto 5 line in adobe liveCycle form
- Spring Flex - Interceptor - Cannot find class [flex.springintegration.core.DataServicesConfigProcessor]
- LCDS RemoteObject vs BlazeDS RemoteObject
- Migrate Flex Application from Adobe LiveCycle DS to Blaze DS
- Adobe livecycle display multiple data in the livecycle table
- GeneratePDF service failed to start in Adobe LiveCycle
- Does LCDS/BlazeDS JMSAdapter forward Selector to JMS Server?
- Splitting Flex configuration files into sub-smaller files?
- PDF generator configuration for live cycle
- ALC-TTN-105-000 could not connect to bootstrap servlet
- Bulding first app in Adobe livecycle
- Hibernate could not initialize proxy - no Session: LCDS provokes lazy load on all collections
- Sharing data between HttpSession and FlexSession
- Flex big data volume performance (ADEP/LCDS dataservice)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The AWS_ACTION field's raw value contains the caption of the button that was clicked, but not until it has been clicked - before that, the rawvalue is null. You can put code in the AWS_SUBMIT button click event to do various things based on the value of AWS_ACTION. I have used it before to do different validation depending on the action taken, eg, if the form is rejected, check that they have entered a comment before allowing it to submit, etc.
The possible values for AWS_ACTION match up with the list of user action names you set in that process task in Workbench.