Jump to content

Unable to edit Form Builder Entry


wiZzeNd
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...