Hi
I have a site with 2 pages. The first page consists of a set of input fields where the data input by the users will end up in a db when the user clicks the submitt button, creating a new record.
As well as this on click the users is taken to page 2 and the VesselName (one of fields on page one) value is passed to the second page via the URL and then read into a field in the second page.
I need to display the new record's ID or Ref (as I have called it) of the new record created in page 1 based on the VesselName that passed on the URL in page 2
THanks