This forum is for questions about contributing to the project or proposing features that you would like to develop for the project.
Hey Joe,
Thought I'd contribute a small piece of code in case it could help someone...
Occasionally we have users with very long Form Wizard Pro forms (or forms w/ numerous textarea fields) that make it a bit unwieldy to read submissions when exported into Excel. So, I created a user control that makes things easier to read by exporting the data in columnar format. The code/control can be found at http://code.colostate.edu/export-fwp-to-word.aspx in case anyone's interested.
Regards, Shaun
Hi Shaun,
Thanks! I meant to integrate this long ago when you first sent it to me. I've just uploaded Form Wizard Pro 0.0.1.9 which now includes a button for exporting to Word.
Best,
Joe
Hey Joe, thanks for adding this! I just ended up keeping what I had for now, just because there were too many columns to make things display nicely in Word:
http://code.colostate.edu/Data/Sites/5/UserFiles/MojoPortal/images/mojo-export1.jpg
versus
http://code.colostate.edu/Data/Sites/5/UserFiles/MojoPortal/images/mojo-export2.jpg
Don't know if there'd be some way to choose how to export in Word (horizontally, as Excel does, or vertically, with questions on the left, and answers on the right), but that might be a bit of a pain to code...