Hi,
I am a Magento developing newbie, and I have some questions about adding a custom form to the checkout page. I've been following along to the http://devdocs.magento.com/guides/v2.0/howdoi/checkout/checkout_form.html document, but I'm having issues. Keep in mind I copied the files as shown in the example.
So I’ve created:
code/customCheckoutForm/view/frontend/web/template/custom-checkout-form.html
also;
code/customCheckoutForm/view/frontend/web/js/custom-checkout-form.js
and finally;
code/customCheckoutForm/view/frontend/layout/checkout_index_index.xml
I’ve dropped it in my theme but nothing happens! I’m sure I’m missing something with the Static Forms section, but the doc doesn’t describe where to put it! Any help would be appreciated!