Title: Edit Form
Last modified: August 30, 2016

---

# Edit Form

 *  [pcdoc231](https://wordpress.org/support/users/pcdoc231/)
 * (@pcdoc231)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/edit-form-2/)
 * Any way to edit the form so that after a submission it displays a message of 
   thank you or a link redirection?
 * Also, can we modify the send button?
 * [https://wordpress.org/plugins/raidify-contact-form/](https://wordpress.org/plugins/raidify-contact-form/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [olaleye](https://wordpress.org/support/users/olaleye/)
 * (@olaleye)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/edit-form-2/#post-6656504)
 * [@pcdoc231](https://wordpress.org/support/users/pcdoc231/),
 * You can modify the send button with css, follow the example below:
 *  input[type=”submit”] {
    padding: 1em 2em; font-size: 1.6rem; font-family: “Lato”;
   text-transform: uppercase; line-height: 1; color: #FFF; background: #3D3D3D none
   repeat scroll 0% 0%; border: medium none; border-radius: 3px; cursor: pointer;
   float: right; //To move the send button to the right }
 * Or better still you can use
 *  #rcf-submit {
    padding: 1em 2em; font-size: 1.6rem; font-family: “Lato”; text-
   transform: uppercase; line-height: 1; color: #FFF; background: #3D3D3D none repeat
   scroll 0% 0%; border: medium none; border-radius: 3px; cursor: pointer; float:
   right; //To move the send button to the right }
 * About the display message and the link redirection that is not possible at the
   moment but would be included in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Edit Form’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/raidify-contact-form.svg)
 * [Raidify Contact Form](https://wordpress.org/plugins/raidify-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/raidify-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/raidify-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/raidify-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/raidify-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/raidify-contact-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [olaleye](https://wordpress.org/support/users/olaleye/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/edit-form-2/#post-6656504)
 * Status: not resolved