Return to last viewed topic Go to previous topic Go to next topic
Send us documentation feedback Technical support Learning Center Print topic

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.


Note

The use of functions to manage templates is documented in the Ektron CMS400.NET Developer's Manual.


  1. Open the Web template on which you want the Form content block to appear. (This example uses support.aspx.)
  2. 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.

  1. Save and close the template file.
  2. To test your form, navigate to your Web site then to that page.
  3. Complete the form.
  4. Click the Submit Form button.
  5. The screen is refreshed and displays the post back message that you created.

Send us documentation feedback Technical support Learning Center Print topic Return to last viewed topic Go to previous topic Go to next topic