• Resolved Hache_raw

    (@hache_raw)


    Hello. I can save no attributes others than “email” and “name”.

    They are sended via form data but only name and email are saved on the sendinblue list.

    Form Data sent (Inside Chrome’s DevTools->Network)

    
    sib_form_action: subscribe_form_submit
    sib_form_id: 3
    sib_form_alert_notice: Please, fill this field
    LANGUAGE: 3
    IDIOMA: de
    NOMBRE: prueba
    email: [email protected]
    terms: on
    security: ...
    

    NOMBRE and email are being saved in my sendinblue list but neither do LANGUAGE or IDIOMA

    I’ve tried two aproaches, one using hidden text inputs and the other using a div with display:none because LANGUAGE is a select (I only leave one option).

    <input type="text" name="IDIOMA" value="de" >
    <input type="text" name="LANGUAGE" value="3" >
    
    
    <div style="display:none">
        <select name="LANGUAGE" > 
          <option value="3">German</option>
        </select> 
        <input type="text" name="IDIOMA" value="de" >
    </div>
    

    None of them work…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hi Hache_raw,

    ??Thanks for reaching out!??My name is Valeria, I work as Product manager at Sendinblue. ??

    Basing on what you shared, there are issues with form setup.

    We can recommend you to create a new form again using our form editor. While creating, choose the attributes from the list, click “add to form”, and save.

    ??If you still have any issue, please let me know ([email protected]) or contact us [email protected] for further investigation. ??

    All the best,
    ?Valeria

    • This reply was modified 4 years, 9 months ago by Brevo.
    Thread Starter Hache_raw

    (@hache_raw)

    Thank you for responding.

    It seems that you can’t alterate the generated inputs. Not even changing classes.

    Actually I don’t know why it happens because the params are sended via HTTP anyway…

    STATUS: SOLVED!

    • This reply was modified 4 years, 9 months ago by Hache_raw.
    Plugin Author Brevo

    (@neeraj_slit)

    You’re very welcome! ??

    We really appreciate reviews on our plugin if you feel like we’re bringing value ??

    Have a great weekend, and feel free to reach out if you have any problem ahead!

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Attributes are sended but not saved’ is closed to new replies.