Working with HTML Forms
Implementing a Form on a Web Page
After you create a form, the next step is to implement it on a Web Page. To do that, follow these steps.
NoteThe use of functions to manage templates is documented in the Ektron CMS400.NET Developer's Manual.
- Open the Web template on which you want the Form content block to appear. (This example uses support.aspx.)
- Place the custom function for a Form content block within the body of the template.
<%ecmFormBlock(31) %>This function calls the specified Form content block (in this example, id=31) to display the form within the support.aspx template.
- Save and close the template file.
- To test your form, navigate to your Web site then to that page.
- Complete the form.
- Click the Submit Form button.
- The screen is refreshed and displays the post back message that you created.