If your question regarding ‘title’ is the ‘filename’, then;
(‘x’ = YOUR FORM and ‘y’ = YOUR LAYOUT)
  – Add a field to your form, we’ll call it [100].
  – The shortcode would be: [formidable-download form=”x” dataset=[id] layout=”y” filename=[100]]
  – To automatically download after clicking submit
        [formidable-download form=”x” dataset=[id] layout=”y” filename=[100] download=”auto”]
        (NOTE: The shortcode above does NOT create a download link)
  – To open PDF in browser after clicking link:
        [formidable-download form=”x” dataset=[id] layout=”y” filename=[100] inline=1]
If your question regarding ‘title’ is to have a dynamic TITLE of the download link, then;
  – The shortcode would be: [formidable-download form=”x” dataset=[id] layout=”y” title=[100]]
Let us know if we answered your question.
We remain at your service.