I'm submitting a ...
Current behavior:
Currently the form action is left blank.
Expected behavior:
It should be http://badgeyay-api.herokuapp.com/api/v1.0/generate_badges
Steps to reproduce:
Go to the website and fill and submit the form.
Tagging as beginner
Things to do, edit application.hbs and change the action tag in the form to http://badgeyay-api.herokuapp.com/api/v1.0/generate_badges
i can not find action tag in application.hbs
@HarshitNagar You need to make changes in index.hbs not application.hbs. Ignore the error :+1:
@ankurg22 thanks...i added the url : http://badgeyay-api.herokuapp.com/api/v1.0/generate_badges
to the action tag.
Most helpful comment
Tagging as beginner