April 4, 200124 yr I am trying to use Lasso in a form to send e-mail using a visitor entered e-mail, the To e-mail, subject, etc. Here is what I have now: <FORM ACTION="Action.Lasso" METHOD="Post"> <input type="hidden" name="-Email.Host" value="smtp.concentric.net"> <input type="hidden" name="-Email.Format" value="/sis/zsi/body.txt"> Your E-mail Address: <input name="-Email.From" value=""><BR> Friend's E-mail Address: <input name="-Email.To" value=""><BR> Subject: <input name="-Email.Subject" value="Hello"><BR> <INPUT TYPE=reset VALUE="Clear"> <INPUT TYPE="submit" VALUE="SEND E-MAIL"></CENTER> </FORM> When I try to submit, I get a file not found error. I want to do it this way because then in the body I want to try to include a Lasso generated link using the [Link_CurrentSearchURL] command: That way I can have an "E-mail this to a Friend" type of page from a found set in the DB. Does this make sense? Does anyone have any suggestions? Is there an easier way to do this? Any help would be greatly appreciated. Thanks! Cael.
April 19, 200124 yr Author Never mind, I got it all sorted out awhile ago. It was a silly error. No reply format file specified. Cael.
Create an account or sign in to comment