Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

66
Vistas
Set two name attribute at same input

I downloaded a Blogger Template and I want to collect the data through the Blogger Form Gadget to receive an email with many details about my blogger when someone contact me via that form and also I want to collect data through Google Sheets, here is what I did:

I want to add entry.1583304807 in name attribute, and I do this:

<input class='contact-form-name contact-style' id='ContactForm1_contact-form-name' name='name, entry.1583304807' placeholder='Your Name *' type='text' value=''/> 

As you see on name attribute I tried to add another name by separating them using , and I tried also using ; but both of them didn't work with me.

Any solution to colect the data through Blogger form and also through Google Sheets?

Thank you so much!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Youi can use a html5 data-attribute to store the meta information, such as the second name / entry content... then use JS to reference that attribute and get the assigned value. Then you can pass that value to Google sheets / Blogger etc. Here is a link to reference docs to show how to use / accesss that attribute - https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes

<input 
   class='contact-form-name contact-style' 
   id='ContactForm1_contact-form-name' 
   name='name'
   data-name='entry.1583304807' // this data attribute can store information about the input
   placeholder='Your Name *' 
   type='text'
   value=''
  /> 
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda