Given an fm-submit with default class of btn btn-primary it would be nice to be able to do the following:
{{fm-submit value='Submit' class='float-right'}}
and have it generate
<button type="submit" value="Submit" class="btn primary float-right">
Is there a way to do this through some other means?
Given an
fm-submitwith default class ofbtn btn-primaryit would be nice to be able to do the following:and have it generate
Is there a way to do this through some other means?