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

quicksketch’s picture

The submitted form data is available by form key in $form_values['submitted_tree'][$form_key].

mikeyx’s picture

Version: 6.x-2.1.3 » 5.x-2.1.3
Component: Code » Miscellaneous

Is 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?

quicksketch’s picture

Category: task » support
Status: Active » Closed (fixed)

Closing after lack of response on the original issue.

mikeyx: This issue looks more like what you're asking about #313639: Public vs. private components .