Discussions
Adding Custom Field (SELECT) to One Page Checkout
Has anyone successfully added a custom select field to the registration page on one page checkout? I can add an input field with ease, but the select option makes for a little more difficulty.
I'm guessing I have to build an SS file to get the list choices and return the results. I'd call that SS file with AJAX and then display the results in the registration template. Would you agree this is the best way to add this?
The problem I'm having, is when I build my SS file, and call it with AJAX, it's returning the code in the SS file and not the response I've specified. For example, here's my SS file: