Attributes are sended but not saved
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Attributes are sended but not saved’ is closed to new replies.