KirtanPatel
6 years agoQrew Trainee
Use Multiple Javascript Pages in a single form
I have a table with one Code page ("page1.js") in the field "page1" (Formula - Rich Text)working just fine. I want to add another "page2.js" in the field "page2" for a different purpose in the same table form.
The problem I'm facing is only one of these code pages are loading depending on their position in the form. So the top order field with the code page in it will load but the bottom order field with the code page will not load.
Following is the way I'm trying to access the Javascript Code Page into the table which is working if loaded one at a time.
Please advise if I need to consider something before using two Javascripts like this or Is there any limitations with Quickbase. _
Thank you.
The problem I'm facing is only one of these code pages are loading depending on their position in the form. So the top order field with the code page in it will load but the bottom order field with the code page will not load.
Following is the way I'm trying to access the Javascript Code Page into the table which is working if loaded one at a time.
Field Formula - Rich Text
Page1 [iol] & "page1.js" & [/iol]
Page2 [iol] & "page2.js" & [/iol]
Please advise if I need to consider something before using two Javascripts like this or Is there any limitations with Quickbase. _
Thank you.