Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Filter mechanism for Run iFrame (form) on demo.nubuilder.cloud

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
yvesf
Posts: 315
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 87 times
Been thanked: 11 times

Filter mechanism for Run iFrame (form) on demo.nubuilder.cloud

Unread post by yvesf »

Hello,

I would like to have clarification about script behind Run iFrame (form) on the demo.nubuilder.cloud.
Behind Filter button, you set Filter_Firstname Property with the First name input value.
Capture.PNG
Where do you have Filter_Firstname property defined ? What is the objective of this assignment ? Use the related cookie #Filter_Firstname# in the app ?
Why don't we use the nuFilterRun mechanism instead of this approach? Is there any reason for that ?
Many thx for your reply,

Yves
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Filter mechanism for Run iFrame (form) on demo.nubuilder.cloud

Unread post by kev1n »

"Filter_Firstname is just a "random" name for a hash cookie that will be used in the Browse SQL.
You could also use the nuFilterRun() function, but I found the nuGetBreadcrumb() method to be more performant.
Post Reply