Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to pass form data from an insert page

New Here ,
Jul 31, 2007 Jul 31, 2007
My form has the following text fields: FirstName - LastName - Email
and one hidden field that takes a value from a drop down list (intCommunityID = 1)

Once the user clicks on submit, I'd like to create a thank you page with his/her name and the name of the community he picked.

I created two session variables for the first and last name and these are working just fine. How can I pass the community name and not communityID to my thank you page?

you can see the form at http://www.americanpremiere.com/rick/frmBuyDirectAlexanderPark.asp

thanks so much for any help.
TOPICS
Server side applications
300
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 01, 2007 Aug 01, 2007
LATEST
O the thank you page create a recordset , selecting the Community Name by filtering the data where communityID = session variable
you can then show the community name from the bindings
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines