We have a situation where a Forms user will fill out one form and submit it. That form kicks off a workflow that inserts data into a SQL database and sends the user a link. The link passes information using a querystring to another Form URL. Based on that information a lookup is done to fill out additional information and then they submit the form.
We would like it so that the form that is brought up by the link that is emailed to the user does not show up on the Start screen, but is still accessible by users given permission. The reason being that the second form should only be started after the first form has been submitted and there is an entry in the SQL database for it.