Most CGI scripts require you to identify the sender using a Hidden field.  Here are steps on how to do this:

  1. The Hidden field is located in C:\Program Files\Avanquest\WebEasy Professional 7\Objects\Forms\Field
  2. Drag a Hidden field into the Form container (The Hidden TPL file)
  3. Click on the Hidden field to select it. Open the Inspector Window, 
  4. Click on Script at the top bar to open the custom scripting. Make sure that Object Events is selected
  5. You want to add the value:

    NAME="recipient" VALUE=your@emailaddress.com


Note: Replace the VALUE line with the correct email address and save the changes.