XFORMREPLY is a command that allows you to request that the result of a form submission should be sent back to you in a particular form. XFORMREPLY takes several option XFORMREPLY = GET http://www.yahoo.com The above example will access the www.yahoo.com page and send the results as if the xget option was used but any search data sent will have the reply sent back as if it was accessed using the GET command. XFORMREPLY = SOURCE http://www.yahoo.com Any reply from submiting form data using the returned page is sent as source. Similarly for TSOURCE, XSOURCE XFORMREPLY = TEXT http://www.yahoo.com This will assume that you wish to perform form data submissions by e-mail only method and send you a special e-mail containing 3 parts: A FORM submission TEMPLATE (Containing all the necessary variables for each form). A TEXT DUMP of the PAGE (showing the locations of variables) A KEY (specifying more details about each variable). So the basic usage procesure is this as follows 1. Check the location of the variable in the TEXT DUMP section 2. Enter the data value against the variable in the TEMPLATE section 3. send the filled in section back to the www4mail server. SEE ALSO help forms NOTE: XFORMREPLY will only affect form data submission except for the special case of TEXT. It is not a replacement for GET, SEND or XGET or SOURCE and co.