Selecting specific values
hi, thank viewing discussion. have 2 pdf forms, order form , invoice form. on order form have submit button submits fdf file. open fdf file invoice form , populates form fields. however, issue having on order form there list of items user input quantity etc , after fdf sent , opened invoice form, display items quantities filled on order form. make sense?
example (words in parentheses named textfield properties):
name description quantity
aztreonam (txtname1) 500 mg (txtdesc1) 1 (txtqty1)
bactrim (txtname2) 8mg day(txtdesc2) 0 (txtqty2)
cleoncin (txtname3) 150mg(txtdesc3) 1 (txtqty3)
would need display name, description, , quantity on invoice form of items quantities more 0 order form. keep in mind above small example, real form has 10 items.
any appreciated!
one thing import data hidden fields, , use script copy data hidden fields fields used display. obviously, you'd copy rows quantity not zero.
More discussions in JavaScript
adobe
Comments
Post a Comment