Issues with the results displaying

Hi, I’m having issues with the results displaying on my calculator. I dont want the to display on the page. I only want them to be sent to prospects when they enter their email.

Additionally I can’t find where to edit the email text.

Thanks

1 Like

Hi there, @MJ_A :waving_hand:

To hide the results from the widget, but send them in the email submissions, you should use a special CSS code.

I see that you’ve already applied a CSS code to hide the 2nd calculation, which works great. If you want to hide all calculation at once, please use this CSS code:

[class*="result-secondary__SecondaryContainer-sc"] {
  display:none;
}

To edit the text of email notifications, please follow these steps:

Open the Results section on the Build tab


Click on the Edit Form button


Choose Email Notifications


Select Notify Respondents to edit the email text sent to your customer. Notify Me - to edit the email text sent to you


Check it out and let me know if it helped :wink:

1 Like