Form builder submit

edited January 2017 in Feature Requests
Is it possible to either not have a submit button for the form builder, and / or set it as a button tag?

Comments

  • edited 9:22AM
    Yes to both. Form_builder has a "submit_value" property that you can assign to it. If it is a string value that does not begin with a " $fields['__FORM_BUILDER__']['submit_value'] = '<button name="my_button" id="my_button">MY Button</button>';
  • edited 9:22AM
    Excellent - many thanks!
Sign In or Register to comment.