'claim' record

prophoto

Active Member
I have records in my lis site that will be added in bulk and also by managers. As the site gets popular, I would like to have a button allowing users to be able to send admins an email with the link to their record. We would manually change the ownership of that record so the user can edit it at will.

I need a button that links to a secondary list/form that automatically adds the original record id or frontend url to the email and allows the user to add a message. Yelp has a similar setup "claim this business" if you need something to compare it to. <---how do I do this?

Another thought would be prefiltering the records. We would either add a checkbox called 'already claimed?' to prevent the button from being displayed with a prefilter or show it on all records belonging to managers or admins who may have added that record.
 
hi
lets say your 'claim this link form' has an id of 2, and has a hidden element 'claims___ref_id', we want to pre-fill that field with the main lists rowid.

So in your main list add a display element with text:

Code:
Claim this link

set "list settings->link to details" to "yes"

and a custom link :

Code:
index.php?option=com_fabrik&view=form&id=2&claims___ref_id={rowid}

{rowid} will be replaced with the list's row id.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top