Issue with Editing Records in Front Office (PID Not Retrieved)
-
Dear Support Team,
I am currently experiencing an issue with the editing functionality in Participants Database when using thepdb_record
shortcode in the front office. Despite proper configuration, the system does not retrieve thepid
parameter from the URL, which prevents users from modifying their records.
Details of the issue:
1. Setup:
? I have created a page for viewing individual records usingpdb_single
. The URL correctly includes thepid
parameter, such as: https://myhairitage.co/fiche-client/fiche-client-detaillee/?pid=Z53BQ0QI have also created a page for editing records using
pdb_record
, with the URL:https://myhairitage.co/fiche-client/modifier-une-fiche/Expected Behavior:
? Users should be able to click a “Modify” button or link that redirects them to the editing page with the correctpid
parameter in the URL (e.g.,https://myhairitage.co/fiche-client/modifier-une-fiche/?pid=Z53BQ0Q
).
? Thepdb_record
shortcode should then display the editable fields of the selected record.3. Actual Behavior:
? When users access the editing page, it does not retrieve or display any data from the record. The fields remain empty.
? It seems that thepid
parameter is not being passed or recognized properly by thepdb_record
shortcode.4. Troubleshooting Steps Taken:
? I verified that the “Restrict access to logged-in users” option is enabled.
? I checked that all fields are set to be editable in “Manage Database Fields.”
? I ensured that the page URLs are correctly configured in Participants Database > Settings > ListDisplay (the page containing
pdb_record
is properly set).
? I tested using different browsers and cleared all caches.
? I enabled debugging, but no specific errors were reported.Request for Assistance:
Could you please help me resolve this issue? Specifically:
? How can I ensure that thepid
parameter is correctly passed and recognized bypdb_record
?
? Are there additional configurations or troubleshooting steps I should perform?
Thank you for your assistance. Please let me know if you need any additional information or access to my setup.
- You must be logged in to reply to this topic.