Requires:

  • <form action="/phpbin/marconi/login/index.php">
  • BU Kerberos username (for anyone submitting the form)

The form tag <form action="/phpbin/marconi/login/index.php"> allows a Marconi form to do two things:

  1. limit submissions to BU users only (useful for blocking form spam), and
  2. access profile information such as the BU email address, first and last name, and other general information from the BU Directory (reducing the number of questions on your form itself).

If you add the Marconi Login tag <form action="/phpbin/marconi/login/index.php"> The Form URl that should be on navigation should be https://www.bu.edu/phpbin/marconi/login/display.php?url=https://your-bu-top-level-site/form-url/ (update your-bu-top-level-site/ and form-url with your site and url)

You can peruse a complete list of profile information available using this tag.