Forum Discussion
AdisKljajic
Qrew Trainee
Hi, Thanks for the reply but my issue is i am not able to get after making code pages where to use those code pages so that they can be used in the forms.
------------------------------
Adis Kljajic
------------------------------
------------------------------
Adis Kljajic
------------------------------
AustinK
4 years agoQrew Commander
You cannot do that as far as I know. Code pages are the solution that is meant to split JavaScript from the form and app and keep it in one location, the code page. If you want to use code pages instead of service workers(which would do what you want I think as they run on the browser) then you will need to send the user to the code page via the URL for it, do your JavaScript manipulation there, and send the data to the record you want and then send the user to that record afterwards if that is the goal.
https://community.quickbase.com/blogs/graham-leto2/2021/03/02/code-page-samples?CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804
https://community.quickbase.com/blogs/graham-leto2/2021/03/02/code-page-samples?CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804