Hallo all. I am very new to AMS and have now knowledge any code, C++, asp ect.
What I want to do is create a digital invitation on CD, like a wedding invitation.
I got everything working fine except the RSVP page. On this I have:
Input Object - Name
Input Object - Partner_1
Input Object - Contact_Number
Input Object - email
ListBox Object - Attend ...with the option Yes or No
ListBox Object - Partner_2 ...with the option Yes or No
What I was thinking of doing, is a e-mail button to e-mail the information on the page back to a specific e-mail address. Something like:
File.OpenEmail("user@yourdomain.com?&Subject=Your subject here&Body=Whatever you want as your email body here", SW_SHOWNORMAL);
Is there a way to get the information on the page into the body of the email.
Maybe with the Input.GetText and ListBox.GetSelected actions?
I also have a print button on this page so that the user can print the page/information to mail by normal mail services.
Your help will be much appreciated and thx for a great forum!!

