Replies: 1 comment
-
|
You can load a record from the table using JavaScript by adding a script in the Layout Editor. Try this method: CTEditHelper.loadRecord(); For more details, see the documentation: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to pull the data in PHP from a table on the page load. I already have the page configured with certain logic and I looking to use customTables to store this data. On the page load a parameter is passed which is a unique key.
Can someone provide an example of how I can pull the data from a table using a key?
Beta Was this translation helpful? Give feedback.
All reactions