Replies: 1 comment 2 replies
-
What have you tried so far? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe your problem 🧐
Currently I'm having an error when I go to a page that has a Ninja form, the form cannot be displayed. I have tried many ways but it doesn't work. Can anyone who has encountered this error help me? Thanks a lot
My code:
const swup = new Swup({
containers: ['#swup', '#wpadminbar'],
plugins: [
new SwupA11yPlugin(),
new SwupScriptsPlugin({
head: true,
body: true,
optin: false
What is your question? 🙋♀️
How to display Ninja form?
URL to minimal reproduction 🔗
https://swup.js.org/plugins/js-plugin/
Checked all these? 📚
Beta Was this translation helpful? Give feedback.
All reactions