I have 7 buttons on a page each relates to a separate application form so
when I click on a button it passes to the appropriate application form

each button will have the hyper link <a href="formpage.cfm?button=value"
with each form have an independent value to identify the different forms

so that I do not have to have  7 separate pages for one for each application
form I can one page that contain all 7 forms on it and then use cfif
statements in combination with #url.button# = a value to have the
appropriate form on the page displayed dependant on which button is clicked

my question is what is the correct code to add after the ? on the url

and the  appropriate corresponding code to have in the cfif statement in
order to have the formpage execute the correct form based on the relevant
value passed from the each of the 7 buttons on the previous page

sorry if I am talking long winded I feel like I am maxwell smart mind you I
have been awake for 19 hrs straight sitting here so I am a bit withered

I look forward to your replies and thank you in advance

Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to