Hi,

It would be very useful to be able to export the poll results (even more so if this could be done with the users email addresses - I have a quick hack that displays user emails to admins and the poll creator which is useful).

Barring that could we have some hidden text added to the the results fields, i.e. yes/no, 0/1 or something similar, so that if you copy the data into a spreadsheet you can see the users responses.

Thanks

Comments

SebCorbin’s picture

So basically if I replace the   in cells by Yes, No[, Maybe] with some CSS to not show it on screen, i.e.

.makemeeting-table .answer {
text-indent: -100%;
white-space: nowrap;
overflow: hidden;
}

It would still get copied, is that ok for you?

xkjq’s picture

Yeah that the kind of thing I was thinking about. That would be great, thanks.

avinash.chandragiri’s picture

Issue summary: View changes

Wanted the same functionality ??? Any approach on how can we achieve this ??

SebCorbin’s picture

Title: Exportable results » Make results copy-paste'able

Changing title as it's not really an export option

SebCorbin’s picture

Status: Active » Fixed

  • SebCorbin committed 8df7b80 on 7.x-2.x
    Issue #1999924 by xkjq, SebCorbin: Make results copy-paste'able
    
SocialNicheGuru’s picture

how did you hack it to show email addresses?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.