• Hello,

    first of all thank you very much for your extremely practical plugin.

    I allow myself to contact you because I definitely can not run the GDPR side.

    For my part, I have no one in my database at the moment, so I would like the pdb Signup shortcode, each participant can directly have the timestamp and ip recorded. I followed your tutorial on your site despite everything nothing appears on my side admin after several tests …

    Please, could you explain the procedure in more detail?

    Thank you

    Julian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    It’s hard to say what is going on there…when you submit a test signup, what do you see the record on the “List Participants” page in the admin?

    For the GDPR fields, usually it is a two-stage process. First, they sign up, then they get an email with a link to the record edit form [pdb_record] This is where they click the “opt-in” checkbox, and the IP and time are recorded.

    I understand this is a bit complicated to set up, but if you follow the “Setup Guide” page, you can get the basic plugin setup working.

    Thread Starter lukas75

    (@lukas75)

    Thank you for your reply. There is nothing displayed in the admin about the IP and the time of recording.

    Why not include your system directly in the plugin? RGPD is necessary for all database users, so it would be wise to include it directly in the plugin.

    I just try again and nothing happens .. I do not know what to do to fix the problem: /

    I need help please

    Thread Starter lukas75

    (@lukas75)

    In fact, I see in the parameters of each card that already exists a non-modifiable registration date.

    Could you add in this information panel the IP of each user and a mandatory checkbox consent.

    I can not register for the moment any contact because I can not make it work all …

    The tutorial is not detailed enough, I’m really desperate ….

    Plugin Author xnau webdesign

    (@xnau)

    You have to create the fields to record the the consent timestamp and the IP.

    This is explained in the tutorial, you must create two hidden fields:

    name: consent timestamp
    form element: hidden
    default: SERVER:REQUEST_TIME

    name: consent IP
    form element: hidden
    default: SERVER:REMODE_ADDR

    Also, you will need a consent checkbox:

    name: data consent
    form element: checkbox
    values: yes,no

    These will be included when the user updates their record. You can also include them in the signup form, but it is better to have them return to the site to provide their consent after they register.

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

The topic ‘GDPR – HELP PLEASE’ is closed to new replies.