Of course there is a source code button and it is fully free to use and include your own.. didn't even see an option for CDN.. the download button is much larger.SapporoGuy wrote:Heh?
Never heard of it. However, that is pretty sweet.
Didn't see a source code option in the demo ...
Do you have to use it through the CDN? or can you host it yourself?
I tried it a while ago for my own uses.. the only issue I ran into was the way that it saves.. it assumes that the form will be saved with an actual form button. OpenCart uses links with javascript to call the submit (like $('login').submit()) which is not done from within the form. This caused the code to not save correctly for me. But I'm sure it could be fixed rather easily