Hello. Tell me how in one input I can specify 2 values of the name?
Trying to do so, but nothing works, does not work
<input type="text" placeholder="Телефон" name="phone" name="entry.1312741979">
I then get the value of the name="phone" field via $ _POST and write to the database.
The name="entry.1312741979" field name="entry.1312741979" I write in Google table.
Separately, name="entry.1312741979" and name="phone" works as soon as I register so <input type="text" placeholder="Телефон" name="phone" name="entry.1312741979"> only the first one is executed action, writing to the database, does not write the table to google
thank
entry.1312741979and the entry in the database via thephone. And I need 2 name attributes, since I can't set$_POST['entry.1312741979']- Kseniaphone -> entry.1312741979- slippyk