You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to set the POST method in the new.ejs, I keep getting the error
"Could not find matching close tag for "<%="."
Even when I try copy and pasting his code just to find out where the syntax went wrong, it gives me the exact same error. I changed the name from _form_fields to form_fields instead.
<%- include('form_fields.ejs') %>
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When I'm trying to set the POST method in the new.ejs, I keep getting the error
"Could not find matching close tag for "<%="."
Even when I try copy and pasting his code just to find out where the syntax went wrong, it gives me the exact same error. I changed the name from _form_fields to form_fields instead.
<%- include('form_fields.ejs') %>
The text was updated successfully, but these errors were encountered: