Forum Discussion
MCFNeil
9 years agoQrew Captain
To pass information to one of your code pages you can use a formula similar to this:
Then you can receive and do what you'd like in your php page.
href=\"javascript:window.location.href = 'https://yourdomain.quickbase.com/db/yourdbid?a=dbpage&pageID=5&parent="&[Record ID#]&"'\"
Then you can receive and do what you'd like in your php page.
ShihadShihad
9 years agoQrew Cadet
Thanks