Copy link to clipboard
Copied
Hello,
I'd like to add some simple conditional logic to a PDF form. eg: if the user clicks on a certain check box or chooses an item from a drop-down menu, then add some text to a field. Nothing too complicated. Also some basic math on some fields based on the user input.
The form will be printed out; not submitted to a database.
I'm currently using Adobe Acrobat XI Pro.
I've got some basic Javascript coding skills.
I'd like to know what Adobe technology would be appropriate for this use case? Is LiveCycle overkill? It seems that the workbench was included in some previous Acrobat distributions but is no longer the case?
Searching the web is leading to a number of deprecated Adobe technologies. I just need to be pointed in the right direction.
Thank you!
Copy link to clipboard
Copied
You can simply use JavaScript in Acrobat for what you describe. It the best and easiest approach. You will want to have access to the Acrobat JavaScript documentation, which is included in the free Acrobat SDK.
Copy link to clipboard
Copied
Acrobat uses the EMCA JavaScript along with some specific Adobe Acrobat extensions. The logical control statements of JavaScript will work within an Acrobat form.
LiveCycle supports a variation of JavaScript syntax and FormCalc for scripting languages.
Either product should work. LiveCycle is designed more for use in an organization and does not work with mobile devices.
Also not all JavaScript works with mobile devices.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now