legacyuser Posted November 18, 2016 Posted November 18, 2016 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.
Macrura Posted November 18, 2016 Posted November 18, 2016 You would need to post your question on the FormBuilder support board, which you should have access to if you are a registered FB user.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now