edit() shows empty form for some instances
edit() shows empty form for some instances
The edit() method only works for some of the editor instances on my page.
Like for example if you type in studentsEditor.edit() in the console it will open the form with all the fields for this editor.
But if you type courseEditor.edit() it just shows an empty form.
The normal edit buttons work fine for both tables, it is only when calling from the api that this happens.
My page is here: https://www.yogameditation.com/karto
This question has an accepted answers - jump to answer
Answers
Nevermind I found the problem... The script was just being loaded twice.
Thanks for posting back. Great to hear you've got it working.
Allan