Title: Generating a submit button
Last modified: August 20, 2016

---

# Generating a submit button

 *  Resolved [lvl99](https://wordpress.org/support/users/lvl99/)
 * (@lvl99)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/generating-a-submit-button/)
 * I found that when generating a submit button that the order of items was incorrect
   and resulted in not displaying correctly on the public form:
 * Generated version:
    `[submit "Submit" id:submit-id class:custom-button]`
 * The label, custom class and ID values would then be ignored. I had to change 
   the order:
 * Accepted version:
    `[submit id:submit-id class:custom-button "Submit"]`
 * How can this be changed in the code so that when the field is generated its attributes
   are ordered correctly? I’ve also created custom modules to support an extra form
   field (reset button) and based it off the submit module.
 * [http://wordpress.org/extend/plugins/contact-form-7/](http://wordpress.org/extend/plugins/contact-form-7/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/generating-a-submit-button/#post-3571107)
 * Contact Form 7’s tag generator generates correct tags so you need to do nothing.

Viewing 1 replies (of 1 total)

The topic ‘Generating a submit button’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/generating-a-submit-button/#post-3571107)
 * Status: resolved