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
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
Hi there, @MJ_A
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:
Check it out and let me know if it helped