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\VCOM\WebEasy Professional 6\Objects\Objects - Advanced\Fields
  2. Drag a Hidden field into the Form container
  3. Select the Hidden field and then go to the Inspector window
  4. Select Custom Script - Object Events
  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.