Hide results from widget but send them to users

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.

2 Likes

Yes, just select hide results

2 Likes

Hi @MJ_A :wave:

Darryl is absolutely right! For this, you just should disable the Show in Results option for your calculations :slightly_smiling_face:

1 Like

NOTE: the client wont see the hidden results in their notification, but yours will display it.

1 Like

Hi I did this but it removes the results from the email to the prospect as well!

2 Likes

@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;
}
2 Likes

Thanks very much this worked perfectly! Also I have to say, you are the most responsive developers I have ever known. Great service!

3 Likes

A huge thank you for your kind words :heart:

We are happy to hear that the solution worked fine. If any further assistance is needed, we’re always here to help!

1 Like

4 posts were split to a new topic: Calculator questions