Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

67
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda