I am recreating a PDF form that my institution has. It is to report mileage for reimbursement. What I am trying to do is make certain fields dynamic. Specifically, I want them to change based on which option a user selects from another field.
In detail,
Field “Destination” has a list of choices. Then there are two radial buttons in the same group titled “One Way” and “Round Trip”.
Essentially, I need the field “Total Miles” to do one of two things. Preferably, I would like it to calculate the miles based on the two choices. Or, I would like it to pick the value based on those two choices.
EXAMPLE: Destination A is picked with “Round Trip” option. “Total Miles” should be set to 2X the miles value. Miles value would be total miles from host location to the destination (Doesn’t change).
I have seen this post, but it doesn’t quite meet what I’m needing. The values aren’t duplicating, they are being picked based on another criteria.
I also saw this post which should mean that what I’m asking may not be possible. However, I am completely open to doing this strictly in Writer or Calc if need be because I can print it just the same. Having the functionality in the PDF just makes it easier to share and for others to use.