Notifications > Client emails

This topic contains 7 replies, has 3 voices, and was last updated by  Guust 7 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #259554

    vincent_nak
    Lifetime Member
    Post count: 29

    Hello
    Will enable “Use advanced editor” allowed me to use more code than the list from “usable shortcodes”? Will I be able to make well designed responsive email than contain different chapters?
    Which code is needed to be followed?

    (I would like to have multilingual answer with quick access to each language from beginning by “jump”to selected one)
    Thanks for support

    #259617

    Guust
    Moderator
    Post count: 29970

    Hi Vincent, “Use advanced editor” is exactly the same as what you can use when writing a post or page, so you can use any HTML. So you should also be able to use anchor text to link to a particular section further down the page.

    #259741

    vincent_nak
    Lifetime Member
    Post count: 29
    This reply has been marked as private.
    #259850

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

    #265602

    vincent_nak
    Lifetime Member
    Post count: 29

    New question: what is the htlm code used anchor in GD?

    #265629

    Paolo
    Site Admin
    Post count: 31206

    I’m not sure I understand the question… I’m sorry can you be more specific?

    Thanks

    #265654

    vincent_nak
    Lifetime Member
    Post count: 29

    Sorry I am not English speaker and definitely not the King of IT either.
    I am trying to have new automatic notifications to clients with the use of advanced editor.
    I would like to know the short code or any code that I could use the allow client to select the language he prefers.
    A list of all languages will be on top of the message and then notification will be written in all languages one by one.
    Selecting languages would make a jump text in selected language.

    #265770

    Guust
    Moderator
    Post count: 29970

    Read about Bookmarks on this page: http://www.w3schools.com/html/html_links.asp

    So you need something like this:

    
    
    <a href="#en">English</a> - <a href="#fr">Francais</a> - <a href="#nl">Nederlands</a>
    <br/><br/>
    
    <a id="en"></a>Dear [#client_name#],<br/>
    ...
    
    <a id="fr"></a>Cher [#client_name#],<br/>
    ...
    
    <a id="nl"></a>Geachte [#client_name#],<br/>
    ...
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket