Hide Grading Total using CSS
- danalcoAsked on November 07, 2012 at 04:54 PM
Is it possible? I've looked in the source code but that div does not seems to have an ID or CLASS.
- JotForm SupportMike_TAnswered on November 07, 2012 at 05:30 PM
Thank you for contacting us.
You may check an ID of the Grading input, and then inject something like:
#cid_33 div:last-child {
display:none;
}
It should hide the div that we need. In my example the Grading input ID is equivalent to cid_33.
Please feel free to contact us if you need any further assistance. We will be happy to help.
- danalcoAnswered on November 08, 2012 at 10:57 AM
Awesome Thank you. And is it also possible to take it off the email notification?
- JotForm SupportDeygusAnswered on November 08, 2012 at 11:41 AM
On behalf of my colleague you are welcome and also if you are refering to the alert you get in your email when a submission is sent after filling out your form then yes that is certainly possible. All you need to do is go into the Email Alerts and Delete Email the Notification.
I hope this helps with what you were looking for but if you need more help feel free to ask us. :0)
- danalcoAnswered on November 08, 2012 at 11:58 AM
Hello and thanks for the quick response.
I'm talking about the "total" line that is now hidden in my form. Is it possible to hide it in the email notification too? Cause now there "Total = 0" in my notification. Can I hide it there too?
Thank you
- JotForm SupportEduardoMendezAnswered on November 08, 2012 at 12:23 PM
Hi there!
Can you please share the URL or the name of your form so that we can further check?
we'll be glad to assist you!
- danalcoAnswered on November 08, 2012 at 01:21 PM
Sure!
http://form.jotform.ca/form/23114291240238?__jsonlib_toJSON=function+%28%29%7Breturn+this.valueOf%28%29%7D
Thank you
- JotForm SupportNeilVicenteAnswered on November 08, 2012 at 01:37 PM
@danalco
I am afraid that's not possible. For your situation, a shrunken text box or a matrix table would probably be better.