- Issue created by @nicholosophy
Hi @nicholosophy,
Maybe the latest release has implemented this feature.
Alternatively it might be a formbuilder / searchkit update has tweaked this behaviour.I have achieved what you are describing by
- Creating a Drupal page with a URL e.g /trainee
- Creating a Formbuilder that has 'Accept ID from URL' ticked
- Placing the Formbuilder on the page as a block with the module
- Creating a button on a searchkit result that opens /trainee#?id=[id]&Individual1=[id]
- In some cases I needed to add any parameter 'twice' (once before the # and then after), not sure if this is a Drupal / CiviCRM quirk that is stripping things after the # in the URL e.g /trainee?id=[id]&Individual=[id]&#?id=[id]&Individual1=[id]
.
When going to the /trainee page via the searchkit link (which can also be on a Drupal page via this module), this creates fields that auto populate the correct contact information and upon submission update the correct record.
Think this issue is now working and good to close, did you also get this to work?
Thanks @markusa for this awesome module.