I can add a button on my interface page that navigates (go to interface page) to a form. However, I'd like to set a field value (within that form) based upon current focus.
The application is an ideas board so I'm focused on Idea A (main page) and I navigate to a voting table (form) but I want to pass idea A to that form.
So I'm thinking I need to associate the button with a script but cant find example code for this application eg interface page navigation. Can anyone point me to an example?