I have a breezing form built that inserts new records into a joomla database and it works as expected using the integrator. I have a contentbuilder view built on this as indicated in the image attached. I do not see an option when selecting Type com_breezingforms to select my database, only the forms, I do have the breezingfomrs plugin installed and enabled.I would like to make the input form also able to edit records. I have made a second copy of the form for editing and generated a new "update " integrator for it. I seem to be missing a step to be able to use this form to update the records. I just get the default content builder edit screen. How do I go about loading the form with the record selected and make it editable and update the table once the user hits submit? Thanks.
if you want to use combination BF and CB:
1) go to Views->New
after that you will see Name, Tag, Type
in Name field put Name, and select Type com_breezingforms->click on Save
2) after that select form from Source and enable Edit by Type->click on Save again
But if you want select your database then:
1) go to ContentBuilder->Data Storages->click on New->in ...or choose an existing table select your database table
I have followed the steps, but how do I use set up my existing form to edit If I click on a listing I get a Template not found error. How do I link clicking on the record to populate the existing input form for viewing and editing?