D0uble0
D0uble0

Reputation: 175

Creating a Drupal form export query

I have the task of creating an export query to dump our drupal website form fields into an excel file. Can someone please point me in the right direction on how to perform this task? tutorial links or samples? Any help would be appreciated.

Thanks

Upvotes: 0

Views: 97

Answers (1)

With this module : https://www.drupal.org/project/views_data_export

You just have to create a view, select your fields and choose the export type (csv,xls,...)

Howto here : https://www.drupal.org/node/1820452

Upvotes: 1

Related Questions