lara-zeus / bolt

form builder for your users, with so many use cases
https://larazeus.com/bolt
MIT License
186 stars 32 forks source link

Ability to export form submissions #112

Closed damms005 closed 1 year ago

damms005 commented 1 year ago

Is your feature request related to a problem? Please describe. Form submissions cannot be exported

Describe the solution you'd like Form submissions should be exportable

Additional context Seems like this can be helpful - https://github.com/pxlrbt/filament-excel#defining-columns

atmonshi commented 1 year ago

The export action was already there but disabled when upgrading to V3. It will be enabled again in the next release.

atmonshi commented 1 year ago

add in v2.0.0-beta13 it's only available in "Entries Report" as a bulk action

Screenshot 2023-08-12 at 12 15 11 AM

Thank you for the report :)

damms005 commented 1 year ago

@atmonshi It is either the Bolt version in the demo site not yet in the version v2.0.0-beta13 that contains this fix; or the Entries Report page is not easily accessible.

I am unable to find it in the demo.

atmonshi commented 1 year ago

the demo is on the last version, but I'll find a better place for it.

for now, you can access it from: Forms->Entries->cog icon dropdown menu

Screenshot 2023-08-12 at 10 03 19 AM
atmonshi commented 1 year ago

I guess I posted the wrong link before :) this is the correct one: https://demo.larazeus.com/admin/responses?form_id=1

damms005 commented 1 year ago

the demo is on the last version, but I'll find a better place for it.

+1 for this.

Also, currently, you first have to click the cog icon (step 1), then the option you want to view (step 2). Will really be dope if you can make this a 1-click step rather than this current 2-click step.

atmonshi commented 1 year ago

Since there are multiple views for entries, making it one click is hard. So far, I have come up with this idea:

Screenshot 2023-08-12 at 7 33 34 PM

And the button will be available on all pages for easy navigation.

atmonshi commented 1 year ago

will be released with #116

Vbonnier commented 3 weeks ago

Hi I got some issue with the export

Call to a member function getRecord() on false {"userId":1,"exception":"[object] (Error(code: 0)

The issue seem to come from the ResponseExporter , is this occuring to anyone else ?

atmonshi commented 3 weeks ago

this issue a year old, please open a new one

and since its not happening in the demo:https://demo.larazeus.com/admin/forms/feedback/report I dont have any idea check the fields types and see which one causing the error

could it be that the form has no fields or responses?