-
PRE_EventsPerguntado em 27 de maio de 2023 às 15:32
Boa tarde,
como posso retirar o fundo cinzento dos emails?
Obrigado
-
Billy Jotform SupportRespondido em 27 de maio de 2023 às 23:00
Hi Obrigado,
Thank you for reaching out to Jotform Support. Our Portuguese support is currently not available so we'll respond to you in English. To remove the grey background, we need to wrap the content of the email inside a div. We'll then add an inline style to that div to change its background to white. Please see the steps below:
- In Form Builder, click on Settings in the orange navigation bar
- Click on Email on the left-side menu
- Hover your mouse over the Email Notification and click on the pencil icon
- On the editor toolbar, click on the ">_" icon to access its source code:
- Copy all the text and save it on a notepad or other text editors
- In the blank template, write this line of code:
<div style="background-color: #fff;">
</div> - Copy the text you saved earlier and insert it between the code above. You should have something like this:
- Click on OK and then click on Save
Reach out again if you need any other help.
-
PRE_EventsRespondido em 28 de maio de 2023 às 14:29
Obrigado