How to add bullet points in the responder email?

  • kickstock
    Asked on September 26, 2021 at 3:45 PM

    Is there a way to add bullet points or tab spacing when editing responder emails?

    Example:

    Test

    This is one test.

    This is two test.

    Test 2

  • Tommi_N
    Replied on September 26, 2021 at 11:11 PM

    There is no rich text editor to do this easily in WYSIWYG mode at autoresponder emails, but you can make it by changing the HTML source code of the email:

    1632711685 615134053d76a  Screenshot 10

    For example in HTML you write the code following way:

    <h2>Test</h2>
    <ul>
    <li>This is one test.</li>
    <li>This is two test./li>
    </ul>
    <h2>Test 2</h2>


    You add it where you want it to be seen in an email:

    1632712128 615135c01738f  Screenshot 21

    1632712205 6151360d4ff69  Screenshot 32

    Let us know if you need further assistance to get your forms autoresponder email to be shown the correct way.