Either i am completely missing the point,or this module is not working. I uploaded the module, enabled it, couldnt find any other settings for it, and they didnt show up on my forms? What gives?

Comments

MBroberg’s picture

There are no settings.
You use HTML to see the button.
When you put a link on the site and look at the source code, it looks like <a href="your link url">your link text</a>.
Make your links look like this instead:
<a href="your link url" class="button"><span>your link text</span></a>
Any link with a button class and span tags will be a button.
If that does not work, there may be a theme conflict. Check with other themes.