Trying to use the plugin on a form page that i already created. I'm following the directions that are listed here.
Advanced Mail: Should I Create a registration Page using "Advanced Mail" or should I usebuilt-in Dreamweaver components and just use "Advanced Mail" for the email part? You have 2 method to create a registration page:
1� method) You need use my AdvMail extension and the standard Insert Record Dw server behavior.
- Create a 1� page with the registration form
- Apply to this page the standard Insert Record Dw server behavior and insert the data in the Db
- Redirect to a 2� page
- in the second page create a query to retrieve the last record Id from your Db.
- Redirect to a 3� page and pass to this page the record id in the queryString
- In this page apply my extension without form or any other visual code (only my extension).
- In this page, with my extension, create a query to get the values from the record inserted and set all the parameters for the mail you need send.
- To do this filter the record with the Id you send from the 2� page (To create the query use the button WriteSql in the extension Data panel).
And this is where I'm getting stuck. Writing the SQL statement properly. Any further detailes or suggestions would be great! |
|
|