Problems doing Newsletter Subscribe tutorial
I have been trying to create a newsletter subscription and not having much success. When I get to the part #12 below where it says Click the Parameters button, there is not one and I cannot see where to add one. I have added a screen shot.
Delete entered email
Now we need to add a nice little server behavior that will take the entered email address, and MURDER it from the database FOREVER
1.Click Window > Server Behaviors to open the Server Behaviors panel 
2.Click the Add Server Behavior (+) button 
3.Click WebAssist > Data Assist > Delete > Single Record Delete 
4.Make sure the Connection and Table are set to the correct values 
5.Set the Key column as the emailaddress column 
6.Click the dynamic lightning bolt for the Value field 
7.Expand the form 
In this case it is Default_NewFromBlank_Default, but this can differ depending on the form 
8.Click the Unsubscribe_from_our_newsletter_Email_Address_Text variable 
9.Click OK to insert it as the Value 
10.Click the Browse button for the Go to field 
11.Select the current page, which in our case is newsletter_unsubscribe.php 
12.Click the Parameters button 
13.If there isn't a parameter, add one 
14.Enter unsubscribed as the Name 
15.Enter 1 as the value 
16.Click OK to add the parameter 
17.Click Choose to add the Go to page 
18.Click OK to add the Delete Record server behavior 
19.Save the dang page!
Your help would be greatly appriciated
Phil Fry


