On the field components edit page, the Field Key description states that the Field Key may be helpful if using Additional Processing or Validation code, yet all I see returned in $form_state['values'] is an array with no elements with keys like the Field Key. The submitted field's values do show in the element 'submitted' but with integers for their keys. Would be especially helpful to use the Field Key for these submitted values instead of an interger which I believe is the field components id.
Comments
Comment #1
quicksketchThe submitted form data is available by form key in $form_values['submitted_tree'][$form_key].
Comment #2
mikeyx commentedIs there any plan to introduce the ability to flag entries as public vs. verses private or hide something like personal information in an otherwise public form?
Comment #3
quicksketchClosing after lack of response on the original issue.
mikeyx: This issue looks more like what you're asking about #313639: Public vs. private components .