• Resolved idt100w

    (@idt100w)


    The integration between CF7 and Sendinblue is working pretty well besides the opt_in flag.

    Here you can see the CF7 backend:

    <script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
      location = 'https://caniaspasso.it/grazie/';
    }, false );
    </script>
    
    <label> Il tuo nome
        [text your-nome] </label>
    
    <label> La tua email (richiesto)
        [email* your-email] </label>
    
    <label> Il tuo numero di telefono (richiesto)
    [intl_tel* your-sms initialCountry:it]</label>
    
    <label> Servizio scelto (richiesto)
        [select* servizio-scelto include_blank "Dog sitter" "Educazione" "Wedding dog sitter"] </label>
    
    <label> Il tuo messaggio
        [textarea your-message] </label>
    
    [acceptance your-optin optional consent_for:sendinblue]
    Aggiungimi alla tua lista di contatti.
    [/acceptance]
    
    [submit "Invia"]

    in here you can see the frontend part:

    I edited the contacts attribute from OPT_IN to OPTIN in Sendinblue but still, If I submit the form, no OPTIN data is displayed on Sendinblue panel.

    Beside your documentation https://contactform7.com/sendinblue-integration/#contact-attribute-form-field-mapping , I found nothing else on Internet.

    Do you have any help/advice?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    The site seems to have other problems needed to fix first, but putting that aside, I’m curious why you want to store the OPTIN data in the Sendinblue DB? The personal data will never be sent to Sendinblue without submitter’s consent through the acceptance checkbox. That means all entries on Sendinblue will definitely have the same value in the OPTIN field.

    Thread Starter idt100w

    (@idt100w)

    Strict but right. Thanks, indeed it’s pretty useless. I’m coming from a Mailchimp experience where all the client’s data are coming in the tool and are tagged as “subscribed” or “not subscribed”. This probably misleads my thoughts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sendinblue API integration’ is closed to new replies.