Source: site.view [edit]
Function name: wordGameEnterName
Arguments:
Description: Enter name of who's playing
Page type: snippet
Render function:   wordGameRender
Module: noahGames

Page source:

<H1>French Word Game</H1>
<p>

<form action="/webl/WubHub_DoIt" method="post">
   <input name="cmdline" value="wordGame(name)" type="hidden"/>
    Who's Playing? <select name="name">
      <option value="noah">Noah</option>
      <option value="lin">Lin</option>
     <option value="adam">Adam</option>
    </select> <p>        
    <input type="submit" value="Play Game!">
</form>