I have a property listing, this is the situation.
-
From a repeater I can read the properties dataset to a dynamic page called “properties”.
-
From the “properties” dynamic page, there is a button, which says “Request for Viewing” which opens the “Request for Viewing” not-a-dynamic page.
-
The “Title” field in the ViewRequest dataset is referenced to Properties dataset “Title”.
The problem:
- When I click the button, the item in the “Request for Viewing” page is NOT the current value in the properties dynamic page but always the first item in my properties dataset.
Help:
- A straight forward code that the button (#button5) will capture the current value in the dynamic page and display it in the “Request for Viewing” not-a-dynamic page.
Note: I don’t know anything about codes. Still learning them.
Thank you in advance.