Most CGI scripts require you to identify the sender using a Hidden field. Here are steps on how to do this:
- The hidden field is located in C:\Program Files\VCOM\WebEasy Professional 6\Objects\Objects - Advanced\Fields
- Drag a Hidden field into the Form container
- Select the Hidden field and then go to the Inspector window
- Select Custom Script - Object Events
- 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.