Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Daniel Caballero
    Participant

    Hi!

    The contact form is in this page: https://eltallerdelbosc.cat/contacte/

    And the code for the contact form is this:

    <label> Nom (obligatori)
        [text* your-name] </label>
    
    <label> Correu electrònic (obligatori)
        [email* your-email] </label>
    
    <label> Assumpte
        [text your-subject] </label>
    
    <label> Missatge
        [textarea your-message] </label>
    [acceptance acceptance-147] He llegit i accepto la <a href="https://eltallerdelbosc.cat/politica-de-privacitat/" target="_blank">política de privacitat.</a> [/acceptance]
    
    [submit "Envia"]

    Thank you

Viewing 1 post (of 1 total)