What to do for the "data transport" part has been said, and there is nothing better to do; the form knows best…
There are some additional keys in an FDF, such as used for transporting and/or executing JavaScript. Here, you won't get around to read the specification, which is part of the ISO 32000 (provided as part of the Acrobat SDK, downloadable from the Adobe website). You may have to get a little bit of an understanding about the structure of PDF, in order to create correct syntax (in particular, you may have to double-escape some characters (first for the FDF, second for the JavaScript)).
Hope this can help.