Hello,
I am unable to edit a field value in a Form Builder Entry. This is how I was trying it:
$forms = wire('modules')->get('FormBuilder');
$orderform = $forms->load('orderform');
$entry = $orderform->entries()->get($entryID);
$entry->set("tarif_id", "C3715");
$entry->save();
I hope to get a working solution here, I was already searching for many hours.
Thanks.