Hello, I have a summary section in the end of the survey (using SQGA), but when I send all the responses in the print section the summary is inserted too (because it is like other question)
is there any way to prevent that the summary (last question) can be inserted in the answer table or hide it from print section?
If the source code was tweaked a little bit by adding an id tag for each of the question rows, then you could hide them by CSS.
The ID would be filled with the SQGA code of the question / subquestion.
I believe though this wouldn't work for the PDF.
For the PDF, we would need a "printable" attribute in the questions.
So, by standard means, I believe there is no way to do that.
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
No, I disable the PDF export button, so PDF is not visible
on the part where the PDF button is placed, these part is when I need to prevent my last question (the summary) is inserted
I tried put " #64674320186 {display:none}" in print_template.css (this is the code of my summary question) but I dont know if the code is correct or no
I tried put " #646743X20X186 {display:none}" in print_template.css (this is the code of my summary question) but I dont know if the code is correct or no
could you give me an example of how to do it in jquerry?
This should find the Row with Overview, remove subsequent rows and finally remove the Overview row.
Please put the following code in the printanswers.pstpl