Title: mkhaldi's Replies | WordPress.org

---

# mkhaldi

  [  ](https://wordpress.org/support/users/mkhaldi/)

 *   [Profile](https://wordpress.org/support/users/mkhaldi/)
 *   [Topics Started](https://wordpress.org/support/users/mkhaldi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mkhaldi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mkhaldi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mkhaldi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mkhaldi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mkhaldi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Inserting a Hyperlink in a Checkbox](https://wordpress.org/support/topic/inserting-a-hyperlink-in-a-checkbox/)
 *  [mkhaldi](https://wordpress.org/support/users/mkhaldi/)
 * (@mkhaldi)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/inserting-a-hyperlink-in-a-checkbox/page/2/#post-10916482)
 * Hi, Finaly 🙂 i just found the solution to this issue 😉
 * STEP #1 : copy and past this shortcode :
 * `[checkbox* privacy "By checking this box, I accept the "] <a href="#">General
   Terms and Conditions of Use</a>.`
 * STEP #2 : you must edit this css class ‘wpcf7-form-control-wrap’ to get a good
   display without content shift, like this (preferably add the css code to your
   child theme style.css file) :
 *     ```
       .wpcf7-form-control-wrap {
           display: inline!important;
       }
       ```
   
 * Hope this help you !
 * Best regards,
    Mohamed
    -  This reply was modified 7 years, 8 months ago by [mkhaldi](https://wordpress.org/support/users/mkhaldi/).

Viewing 1 replies (of 1 total)