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.
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
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 ….
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.