I would like to get the field information like on on which field the upload is happening, I am on step 4 and I am getting the information about the file only not about the fields where its going to mapped. Is there a way to find out?

Comments

anbarasan.r’s picture

I could not find any direct way to do it, so what I did is I have added the form field values through node form alter and got the values in hook_form_file_entity_add_upload_alter.

anbarasan.r’s picture

Status: Active » Closed (fixed)