Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Customizing results pages based on Search Value List Input


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

Recommended Posts

  • Newbies
Posted

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

Posted

It depends on what you like to achieve.

One simple way is to build IF condition in page and show/hide what is necessary.

Another way is to switch to another pages after IF evaluation.

Maybe also Inline can display another result.

Posted

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.

Posted

Sorry,

Possibly, my reply is not very clear.

What I meant to say was this : first create the different layouts where you want the users to land. Then, create the find and open layout script.

Posted

Something like that.

Just remember, you have two programming languages at your fingertips:

CDML and JavaScript.

You can have one HTML page and then the IFs are controlling what will be shown and what not.

Or you can redirect via JavaScript on conditions.

This topic is 8464 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.