Hi Max, is there any way to hide the results on screen and have them only sent via email? I think having the results visible is stopping people from getting them sent via email/form.
Hi @MJ_A
Darryl is absolutely right! For this, you just should disable the Show in Results option for your calculations
NOTE: the client wont see the hidden results in their notification, but yours will display it.
Hi I did this but it removes the results from the email to the prospect as well!
@MJ_A This solution works only for the submissions sent to the widget owner.
To hide the results from the widget, but send them to users, please use this code in the Custom CSS field on the Settings tab of your widget’s settings:
[class*="result-primary__PrimaryContainer-sc"] {
display: none;
}
[class*="result-secondary__SecondaryContainer-sc"]:nth-child(3) {
display: none !important;
}
[class*="result-secondary__SecondaryContainer-sc"]:nth-child(4) {
display: none !important;
}
Thanks very much this worked perfectly! Also I have to say, you are the most responsive developers I have ever known. Great service!
A huge thank you for your kind words
We are happy to hear that the solution worked fine. If any further assistance is needed, we’re always here to help!
4 posts were split to a new topic: Calculator questions