# Forms on local kiosks

**URL:** https://forum.mautic.org/t/forms-on-local-kiosks/1553
**Category:** General Discussion
**Created:** [February 16, 2015, 1:32am UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553 "2015-02-16T01:32:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![brendan](https://avatars.discourse-cdn.com/v4/letter/b/50afbb/32.png) [@brendan](https://forum.mautic.org/u/brendan)
#### Post date: [February 16, 2015, 1:32am UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/1 "2015-02-16T01:32:25Z")

</div>

Hello -  
  
  
  
We are looking at an environment where the initial lead capture is done at an onsite kiosk (an iPad). Because the IP of the iPad remains the same, our leads are being overwritten with every submission.  
  
  
  
Do you have a way to make these forms not capture the IP until they open an email or access a link from home?

---

<div class="post-metadata">

### Author: ![brendan](https://avatars.discourse-cdn.com/v4/letter/b/50afbb/32.png) [@brendan](https://forum.mautic.org/u/brendan)
#### Post date: [February 16, 2015, 1:32am UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/2 "2015-02-16T01:32:25Z")

</div>

Hello -

We are looking at an environment where the initial lead capture is done at an onsite kiosk (an iPad). Because the IP of the iPad remains the same, our leads are being overwritten with every submission.

Do you have a way to make these forms not capture the IP until they open an email or access a link from home?

---

<div class="post-metadata">

### Author: ![gmillard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gmillard/32/5_2.png) [@gmillard](https://forum.mautic.org/u/gmillard)
#### Post date: [February 16, 2015, 5:43pm UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/3 "2015-02-16T17:43:25Z")

</div>

Hi Brendan,

If using beta4, and you have a form submit action of “Create/update lead” with a mapped email field, new email address submitted should force a new lead to be created. Make sure the create/update lead action is the first in the list so that all the subsequent actions recognize and use the new lead.

But thinking through this, there is a cookie used to group session events together which expires 30 minutes after the last interaction. If a new lead is created through a form submission, Mautic does assume that anything associated with the session tracking cookie must have been done by the new lead. So it is possible if you have 5 people submit within 30 minutes, those 5 submissions will be changed to be associated with the latest lead created. We will have to think through how to remedy that.

When you say your leads are getting overwritten, are they getting overwritten as evident in the Mange Leads list, previous form submissions are getting associated with another lead, or both?

Thanks!  
Alan

---

<div class="post-metadata">

### Author: ![brendan](https://avatars.discourse-cdn.com/v4/letter/b/50afbb/32.png) [@brendan](https://forum.mautic.org/u/brendan)
#### Post date: [February 16, 2015, 6:34pm UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/4 "2015-02-16T18:34:44Z")

</div>

Thanks Alan!

I tried this out with an empty database and then submitted six forms in rapid succession on the iPad, all with different email addresses and contact info. When I looked in the database, the only lead was the most recent form submission.

Hope that makes sense. I might be able to use kiosk software to clear the cookies after a timeout / logoff…

Brendan

---

<div class="post-metadata">

### Author: ![gmillard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gmillard/32/5_2.png) [@gmillard](https://forum.mautic.org/u/gmillard)
#### Post date: [February 17, 2015, 12:48am UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/5 "2015-02-17T00:48:38Z")

</div>

Hi Brendan,

Just to confirm, you are using beta4 right? The definitive way to check is to open app/AppKernel.php and the EXTRA\_VERSION variable should equal -beta4.

If definitely beta4, would you be willing to send me (or create temporary) login credentials so I can take a look at the setup? You can start a private conversation with me here or email me at alan.hartless@{this-site}.org. I did the same and a new lead was create for each form submission so we either have fixed it since, or we have a different setup leading to the different results.

Thanks!  
Alan

---

<div class="post-metadata">

### Author: ![dbhurley](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/dbhurley/32/2_2.png) [@dbhurley](https://forum.mautic.org/u/dbhurley)
#### Post date: [February 17, 2015, 8:45am UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/6 "2015-02-17T08:45:21Z")

</div>

One possible solution would be a form checkbox that forced every submission to be treated as a new lead. Just a thought 🙂

Thanks,  
David

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 11:00pm UTC](https://forum.mautic.org/t/forms-on-local-kiosks/1553/7 "2020-02-02T23:00:42Z")

</div>


