alright, been bustin my hump tryin to get aroud this thing and I think i might be on to something! (I hope so anyway) What I did was create a pgp key pair. I copied the public key onto my server, and in the form i named the recipient, the keyname, and the username as variables. now the mail comes through, but i don't get any of the stuff in the input text fields. I gave the text fields variable names ie: realname. Then under the actions panel for the submit button, I set the variables like so:
onClipEvent (load) {
recipient = "mymail@mysite.com";
keyname = "my key name";
username = "server username";
}
on (release) {
realname = "name";
address_line1 = "adress line 1";
address_line2 = "address line 2";
phone = "phone number";
email = "e-mail";
comments = "you wrote";
}
now like i said the mail comes but i dont get the name, address comments ect.....
thanx
infernoapbts