Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter boodoo31

    (@boodoo31)

    thanks for your answer,
    GDPR requires that the user clearly expresses his choice by checking a box or something like that, putting a simple text or a pre checked box are not recommended.
    at the moment , i can’t consider that this plugin is GDPR compliant as it only displays a text, and i hope that you’ll consider that in a future upgrade

    Thread Starter boodoo31

    (@boodoo31)

    that works, Thanks for your support

    Thread Starter boodoo31

    (@boodoo31)

    hi Angus,
    thanks for your help, the overlapping issue was fixed by adding your code to md css , but the font size does not change when i input your first code ..
    Also , the first line of the message field does not show .
    again, thanks for your help

    here’s what i have in template css

    
    .wpcf7-form-group {
      margin-bottom: 20px; }
    
    .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
      font-size: 13px;
      padding: 14px;
      height: auto;
      outline: none;
      -webkit-box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
              box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
      border: 1px solid #D9D9D9;
      width: 100%; }
    
    .wpcf7-form-label {
      text-transform: uppercase;
      font-size: 11px;
      color: #969696;
      font-weight: normal; }
    
    .wpcf7-submit {
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 13px;
      font-weight: 700;
      border-style: solid;
      border-radius: 3px;
      -webkit-transition: background-color .15s ease-out;
      transition: background-color .15s ease-out; }
    
    div.wpcf7-response-output {
      margin: 0 !important;
      padding: 10px 20px !important; }
    • This reply was modified 5 years, 10 months ago by boodoo31.
    • This reply was modified 5 years, 10 months ago by boodoo31.
Viewing 3 replies - 1 through 3 (of 3 total)