Drupal.org has a destination call back snippet added the Login link on the top menu. Does anybody know how they did that? I kind of looks like they are using a menu block for that. However they don't allow you to add variables to the menu links.
I have an entity form that allows a user to upload a PDF and fill out a few fields on the same form. Email, name, job number, etc. On upload the PDF is renamed and saved in a new folder for each submission. How would I go about creating a CSV, or XML file with the entered values and saving it in the same folder with the PDF automatically on the form submission. I am wanting to get the data from the entity form into a format that another system can interpret and process.