Jump to content

Customizing results pages based on Search Value List Input


dawdle

This topic is 8272 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I am a CDML newbie and I would like it if someone can help me or point me in the right direction regarding the following:

I have a search page. On it is a search that includes a pre-determined FM value list. I know how to get the user to a search_results page after the search regardles of what search value they choose, but how would get the user to a results page that is customised to the value they searched for?

Any help is greatly appreciated!!!

Christine

Link to comment
Share on other sites

If I have understood this correctly, you could create a script that takes the user to a different layout depending on the choice made in the value list.

Then, create a script that includes the following steps :

Enter Find Mode [pause]

Perform Find

If["Color = black")

Go to Layout [Layout#1]

EndIf

If["Color = blue"]

Go to Layout [Layout#2]

EndIf

Enter Browse Mode

Of course, you could add as many If steps as you need.

Link to comment
Share on other sites

This topic is 8272 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.