• Resolved Anil Sardemann

    (@anil-sardemann)


    Hi, great plugin which I use on a webpage which is in dev right now. As I host this in the EU there was just a little issue which I want to report. I had to implement a privacy Link in the checkbox field which I was unable to do via the field options, so maybe you can add this in a future release. Just modified the gutena-forms.php line 400

    <input type="' . esc_attr( $attributes['fieldType'] ) . '" name="' . esc_attr( 'radio' === $attributes['fieldType'] ? $attributes['nameAttr'] : $attributes['nameAttr'].'[]'  ) . 
    '" value="' . esc_attr( $option ) . '<h4 class="wp-block-heading heading-input-label-gutena" style="text-transform:lowercase">agree to the <a  target="_blank">Privacy Policy</a>.*</h4>
    <span class="checkmark"></span>
    </label>';
    }
    }
    $output .= '</div>';

    and set the options field to the first word of the sentence, in this case an “I”. Maybe this is also possible via options?

    Kind regards,

    Anil

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

    (@sumitsanadhya)

    Dear Anil,

    I trust this message finds you well.

    Thank you for reaching out to us. I’d like to inform you that we are currently working on the requested feature, and it will be included in the future updates of the plugin. We appreciate your patience and understanding.

    If you have any further questions or if there’s anything else we can assist you with, please feel free to let us know.

    Best regards,
    Sumit

    Thread Starter Anil Sardemann

    (@anil-sardemann)

    Hi, great, many thanks.

    sumitsanadhya

    (@sumitsanadhya)

    Dear Anil,

    The privacy policy checkbox feature has been released. Please update the plugin and then check.

    You can follow the below-given tutorial link for more details.

    Please let me know if you need more help.

    Regards,
    Sumit

    Thread Starter Anil Sardemann

    (@anil-sardemann)

    Hi Sumit,

    many thanks, this is perfect.

    Kind regards,

    Anil

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Privacy Policy Checkbox with html Link’ is closed to new replies.