I am new to using the API and seems rather confusing. I have a Java Applet that uses javascript to dynamically populate hidden fields. I got it to display but the data is not saving in GFs. I did a var_dump on $_POST and $entry in the gform_post_data hook and the data shows up in $_POST but not in entry. I am a bit confused. I assume there needs to be some way to tell the API what the form field name is or do I need to manually assign something to the Entry Object before it is saved? If I add a default text field to the form it saves correctly but my field does not.
I know I am probably just missing a step or misunderstanding the API. Any help or point to a basic tutorial would be helpful. The API Documentation seems to be more of a reference than detailed documentation.