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\Avanquest\WebEasy Professional 7\Objects\Forms\Field
- Drag a Hidden field into the Form container (The Hidden TPL file)
- Click on the Hidden field to select it. Open the Inspector Window,
- Click on Script at the top bar to open the custom scripting. Make sure that Object Events is selected
- You want to add the value:
NAME="recipient" VALUE=[email protected]
Note: Replace the VALUE line with the correct email address and save the changes.