give form_submit and form_button a parameter $included_html
With this additional parameter it is possible to have an other label than the $value parameter. Also we can include Icons for the Buttons like here:
echo form_submit('submit', 'Submit', null, null, "<i class='fa fa-save' style='margin-right: 5px;'></i>Speichern");
give form_submit and form_button a parameter $included_html With this additional parameter it is possible to have an other label than the $value parameter. Also we can include Icons for the Buttons like here:
echo form_submit('submit', 'Submit', null, null, "<i class='fa fa-save' style='margin-right: 5px;'></i>Speichern");