CaelC Posted April 4, 2001 Posted April 4, 2001 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.
CaelC Posted April 19, 2001 Author Posted April 19, 2001 Never mind, I got it all sorted out awhile ago. It was a silly error. No reply format file specified. Cael.
Recommended Posts
This topic is 8909 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now