Sign in to join the conversation:
I would like to send/print my form with completed responses. Just sending/printing the row does not work, as the form has more information than the column names - is this possible?
from what perspective? as a developer or as a submittor?
Hi,
What's the information that you want to include in the printout?
Can you describe your process in more detail?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree,
I use a form to take in application information for use of our facilities. However, the form descriptors have additional information (rules/regs) but the column names do not include the entire description from the form. I'm hoping there's a way I can print or email a submittor's response while including all the details from the form I created (i.e. column description, not just column name) rather than having to view the documents separately. Does this make sense?
Thanks!
E
Developer/owner
Happy to help!
You could add the descriptors to separate columns in the sheet and then send/print the rows.
Another option if you'd like more beautiful looking printouts could be to use the integration with Google Docs.
Would any of those options work?
Andrée
What I have done in the past is add a unique autonumber column, and save the top row. In the top row i use an index(match(max(autonumber:autonumber formula to post the most recent submission to the top row. Then link the top row to a dashboard so I can get the format I want. You can send the person to the dashboard after they submit the form by using the "Go to URL" option on the form
I will play with this - thanks!
Hey, I am using the below formula→ =INDEX({Source_Sheet_Entire_Table}, MATCH([Unique ID]@row , {Source_Sheet_ID_Column}, 0), 1) Although the answer should be "Project details" mentioned in Column 1, it says #No Match. What am I doing wrong?
How can I delete old sheets I no longer use from my account?
I'm trying to display a task progress chart showing "complete", "late", and "not complete" in my dashboard and for some reason the chart will display as a column chart but it won't display as a donut chart even though I'm referencing the same report. I'd prefer to display as a donut chart as I think it looks better and is…