Creating update pages
![]() A sample page that displays the details of a single record and also lets you edit the record. A details page can do more than simply display one record on a page. If it lets you modify the record as well, the page is commonly called an update page. You can enhance your details page with buttons that let you edit the record displayed in various ways. This section assumes you already have a site created, open, and configured as a dynamic content site. Open a blank page in the site, make it dynamic, and add a content source to the page. For this example, you'll do the following: To create a form area on the details page:
Now that everything on your page is enclosed in a form, you can add form buttons, and actions to those buttons that let you or a site viewer modify the displayed record in various ways. To add form buttons that let you edit the current record or add a record:
Note: In order to fully test updating, you must have your site and database uploaded to a properly configured Web server and then access the site normally through a browser by entering its URL. You cannot use the updating functionality within the GoLive Preview tab or by using the Preview in Browser feature. |