How should I write the html text to start the link directly from the email I sent to the customer.?

  • FRANFORMIA
    Asked on May 3, 2016 at 8:18 PM

    sEmlmssge is a html text = the text of the message of my email.

     

    sEmlmssge=sEmlmssge+"Ce questionnaire concerne la livraison ref : <b>"+sNro_BL+"</b>"+" livrée le : "+"<b>"+sDte_livr+"</b>"

    sEmlmssge=sEmlmssge+"</b><br/><br/>"

    LINK="https://form.jotformeu.com/61206300135337??clientRef="+sNro_CLI+"&livraisonBl="+sNro_BL+"&

    dateDe="+sDte_livr


    sEmlmssge=sEmlmssge+"<a href="""">"+LINK+"</a>"

     

     

    The above mentioned email message text does NOT work for a direct link when clicked on...!!!

  • liyam
    Replied on May 3, 2016 at 10:40 PM

    Hello FRANFORMIA,

    May I know what exactly the parameters of the link that you're trying to create? It appears that you are inserting a javascript code which will not work on email alerts.

    But if what you want to do is just for a link to appear, you can insert this HTML code in your email alert:

    <a target="_blank" href="https://form.jotformeu.com/61206300135337">link to form</a>

    Please do get back to us if you have further questions or concerns.

    Thanks.