This website is best viewed in a browser that supports web standards.

Skip to content or, if you would rather, Skip to navigation.

Northwest Missouri State University

How To Create Forms

On September 15, the INFO server will be disabled from viewing. This will cause all web forms to no longer work. Below you will find instructions on how to update your forms so they will remain functional. Remember forms can only be setup to send to nwmissouri.edu email addresses. Using any other email address will result in an unsuccessful submission.

The following code can be used to create online forms.

<form method="post" action="http://www.nwmissouri.edu/tmail/formmail.aspx?
address=email_address@nwmissouri.edu&amp;subject=Email Subject"
name="the_form_name">

After you have copied the code above, you will need to replace the email address with your own and update the email subject. The subject may NOT include apostrophes (') or quotes ("). Spaces and underscores (_) are allowed.