Title: Submit Button
Last modified: August 21, 2016

---

# Submit Button

 *  [gmember](https://wordpress.org/support/users/gmember/)
 * (@gmember)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/)
 * Hi,
    your plugin works very great so far! Thank you very very much!!!
 * 1) can i place my submit button (with customization style) on center of my form,
   not in the end of second column (?)
 * 2) i get error with “This field is required.” on radio button like this [http://snag.gy/hwigM.jpg](http://snag.gy/hwigM.jpg)
 * 3) i use this css, but not result anymore
    div.ss-form-entry>input[type=”submit”][
   name=”submit”] { background-color: #38b7ee; }
 * div.errorbox-bad div.ss-item-required label {
    color: red; }
 * please check my form here : [http://www.ppmmiftahulkhoir.com/v2/form-database-alumni/](http://www.ppmmiftahulkhoir.com/v2/form-database-alumni/)
 * Thank you for your help
    [http://wordpress.org/plugins/wpgform/](http://wordpress.org/plugins/wpgform/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [gmember](https://wordpress.org/support/users/gmember/)
 * (@gmember)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/#post-4381848)
 * ask again..
 * 4) how to remove this text (Create your own form) after submit the form,
    i use
   ajax on confirmation page
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/#post-4381919)
 * I’d be happy to look at it but there isn’t a form on that page to look at. I 
   get a 404 error.
 *  Thread Starter [gmember](https://wordpress.org/support/users/gmember/)
 * (@gmember)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/#post-4381983)
 * oh yah..
    this i mean.. [http://www.ppmmiftahulkhoir.com/v2/form-database/](http://www.ppmmiftahulkhoir.com/v2/form-database/)
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/#post-4381984)
 * I think you’d have to play around with absolute positioning to move the Submit
   button. I was able to move it below the left column doing this:
 *     ```
       div.ss-item.ss-navigate {
           float: left;
           margin-left: -250px;
           margin-top: 100px;
       }
       ```
   
 * Does that accomplish what you want?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Submit Button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/submit-button-4/#post-4381984)
 * Status: not resolved