After creating the search/results pages (see Searching for the record to update (PHP)), you must create links on the results page to open the update page and display the selected record in an HTML form. This section describes how to create the links. The next section describes how to modify the link so that it also passes the ID of the record the user selects. The update page will use this ID to find the requested record in the database and display it.
In the following example, the {rsLocations.LOCATION_NAME} placeholder is selected. The links will be applied to the location names in the column.
The update page appears in the Link field.
On the results page, the placeholder for the dynamic content appears linked. If you upload the pages to the server and run a search, you can see that the link is applied to every record on the results page.
The next step in creating a record update page is to create a URL parameter to pass the ID of the record the user selected. See Creating a URL parameter for the links (PHP).