• HI!

    1. According to the legislation, I need to add consent to the processing of personal data (checkbox) in the feedback form. How can I do it for forms on a site?

    2. how to remove this inscription from the form “Hello, I am interested in…”

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Will be in the next update.
    2. at line 282 of the contact-agent.php file
    path:
    … \ wp-content \ plugins \ essential-real-estate \ public \ templates \ single-property \ contact-agent.php
    Please change the highlighted content:
    https://prntscr.com/oyx3fk
    <? php $ title = get_the_title (); echo sprintf (esc_html __ (‘Hello, I am interested in [% s]’, ‘essential-real-estate’), esc_html ($ title))?>
    change to
    <? php esc_html_e (‘Your text’, ‘essential-real-estate’); ?>

    1. WordPress plugin has many GDPR plugins, you can search and use for your theme.
    https://www.ads-software.com/plugins/search/gdpr+cookie/

    • This reply was modified 5 years, 7 months ago by Kami.

    I prefer use locosto to translate those text into another interesting placeholder, like
    write down your questions or something similar, because you won’t worry about php file will replace in the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7’ is closed to new replies.