- Issue created by @Klaas
- Merge request !24Fix for #3449578: Default values overwrite updated values. → (Merged) created by Klaas
- Status changed to Fixed
6 months ago 10:22am 4 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The forms_processor has the option to fill the default values in a form using the `Retrieval of Defaults` in the forms processor. Currently, it is also filling these defaults just before submitting. The effect is that is not possible to use the form as an update form.
I have uploaded a zip file with two files
is a webform definition file. Change the connection to an existing connection your drupal install and create the webform.
Pick a contact in CiviCRM with contact id . Now call the form with ://form/myform?contact_id=. Update the contact, by changing one of the first name or the last name field. Send it to CiviCRM. The values in CiviCRM are not changed. But they should.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.