Running Civi 5.11.0 on Drupal 7.65. I have the GiftAid extension (v 3.4.2) installed & running normally, and the giftaid_webform_integration module installed, but can't get the address details input to webform pages to be copied to the gift aid form - the GA declaration is saved correctly, but no address, postcode etc. I'm not sure if this is because I've set it up wrongly, or it's a bug, or the module is not meant to do this (it looks like it uses JS to copy the data from the webform to the GA form).
I've made a basic check that the module is being loaded (e.g. check_giftaid_installed() is being run).
function giftaid_wf_submission($node, $submission) in the module does NOT seem to run.
Running Civi 5.11.0 on Drupal 7.65. I have the GiftAid extension (v 3.4.2) installed & running normally, and the giftaid_webform_integration module installed, but can't get the address details input to webform pages to be copied to the gift aid form - the GA declaration is saved correctly, but no address, postcode etc. I'm not sure if this is because I've set it up wrongly, or it's a bug, or the module is not meant to do this (it looks like it uses JS to copy the data from the webform to the GA form).
I've made a basic check that the module is being loaded (e.g. check_giftaid_installed() is being run).
function giftaid_wf_submission($node, $submission) in the module does NOT seem to run.
Any guidance would be much appreciated!