Is creating an update server connect API different in Node? I have created hundreds of forms in PHP with no problem. It doesn’t seem to be picking up the form in a content page.
What am I doing wrong? Or is it a different procedure for Node?
Is creating an update server connect API different in Node? I have created hundreds of forms in PHP with no problem. It doesn’t seem to be picking up the form in a content page.
What am I doing wrong? Or is it a different procedure for Node?
The procedure is the same, are you sure you picked the correct file? Does your form has a name and id?
Yep, positive it is the right file and the form has a name. I even tried entering the name manually.
Can you post your opening form tag code?
<form id="formWebsockets" method="post" is="dmx-serverconnect-form">
I think it may have something to do with the path? In my PHP projects the linked page is relative to the site root. In this project it seems to want to go right to the file file:// …
Yes, there’s something with the path. How did you select it? When i do the same in my local node project it selects the file and form just fine:
Maybe something in your site configuration/setup?
Yeah, the path was definitely the problem. I edited the path and it worked just fine. I will double check my configuration set up.
Brad, if this is your first go with Node, you may like to follow:
https://www.youtube.com/playlist?list=PLUjqTJN3byC9fUoXFnoNGlYBCBZOJUPca
Thanks Ben, I will surely have a look at those!
I think my biggest problem is finding an affordable host.