You are here

function bpn_upload_form_step_2 in Bulk File Nodes 7

Form constructor for step two of bpn_upload_form().

@todo find a better way of transfering form state.

See also

bpn_upload_form_step_1()

bpn_upload_form_step_1_submit()

File

modules/bpn_upload/bpn_upload.module, line 121
Hooks and functions for the bpn_upload module.

Code

function bpn_upload_form_step_2($form, &$form_state) {
  return bulk_photo_nodes_add_form($form, $form_state);
}