I’m running into an issue while using Forms – the Next Form Page node keeps loading and doesn’t move forward.
I’ve tried looking for solutions in other posts but haven’t found anything that works. I’m wondering if there’s something wrong with how I set up my workflow.
I also found this recent post: Next Form Page node not working
, which seems to describe a similar issue. Does anyone know if it got resolved?
Hey @Bill1212 Welcome to the n8n community!
I Guess this happens when you dont have any inputs in the next form page, which means you have an empty next form, add some inputs and it will work just fine and if you are using next form page as an END page you should consider the ‘Form Ending’ node. let me know if this helps!
Thats strange, if you can share your workflow JSON that would really help as i will be able to see what data is being passed where, And for example as i was testing this it worked on this small workflow test i have made here:
I’ve been looking into the issue based on the article @JohnHalex shared, and so far it seems related to a CORS problem. I’m still working on troubleshooting it.