• Contact form (clickable phone number)
    
    Help me how to make it so that when filling out the form, a message comes to the mail with a phone number that you can press (Adding a hyperlink) tel: 0670000000
    
    My form looks like that (also I receive messages on telegram)
    
    FORM
    <div class="bt_bb_cf7_form">
        <div class="bt_bb_cf7_row">
            <div class="bt_bb_cf7_element">[text* your-name placeholder "Your name *"]</div></div>
        <div class="bt_bb_cf7_row">
            <div class="bt_bb_cf7_element">[number* your-phone placeholder "+380"]</div></div>
        <div class="bt_bb_cf7_row">
            <div class="bt_bb_cf7_button bt_bb_cf7_element bt_bb_cf7_button_larger">[submit "Request a call"]</div></div> [telegram]
    </div>
    
    
    EMAIL BODY:
    From: [your-name]
    [your-phone]
    
    NOT WORK:
    From: [your-name]
    [your-phone]
    
     <a href="tel:[your-phone]"></a>
    
    
  • The topic ‘Contact form (clickable phone number)’ is closed to new replies.