Forms on phones - GPS & photo/video...

User 574966 Photo


Registered User
27 posts

Hi.
I am looking at a poor mans phone app for data entry. Basically host a form on a web page accessible by mobile devices. User would answer a couple of questions and press submit. I think I can use the file upload to give an option to upload photo or video from the phone but would love to be able to access the phone GPS location.

Anyone done this using one of these forms or have pointers how to access this info?

Thanks.
User 187934 Photo


Senior Advisor
20,188 posts

Hi Steve,
That what forms do. Have you tried building a form with the form builder? It works great for collecting data. The only thing is how do you want to use it?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 574966 Photo


Registered User
27 posts

Thanks Eric, yes I have plenty of forms working but I am specifically trying to address the access of the phone based GPS location and how to get that submitted with the form. Any suggestions on this would be very much appreciated.
User 187934 Photo


Senior Advisor
20,188 posts

It's actually really simple using straight javascript.
http://progrower.coffeecup.com/forms/geo-location/


Add two text inputs to your form.
Paste the code below into a html element. Adjust the item2_test_1 and item4_test_1 to the ID's of your actual inputs.

<script>
navigator.geolocation.getCurrentPosition(GetLocation);
function GetLocation(location) {
document.getElementById('item2_text_1').value=location.coords.latitude;
document.getElementById('item4_text_1').value=location.coords.longitude;
}</script>

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 574966 Photo


Registered User
27 posts

Thanks Eric, I will give this a shot.
User 187934 Photo


Senior Advisor
20,188 posts

You can send it to a hidden field also.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 186347 Photo


Registered User
2 posts

I have created a simple form to collect email addresses for marketing a health supplement ..
Here is the link: http://bhoink.com/form/
My problem is, it works great on a computer, but will not work on IOS or Android or a tablet ...
Also, I am 74 years old, a disabled veteran who has had a stroke and is totally blind in one eye and partially in the other, so
I need some specific instructions on how to make this work ...
Thanks for your help,
Jacob
User 186347 Photo


Registered User
2 posts

I just watched your video about web form builder which works with IOS & Android, and I have bought and paid for
'Web Form Builder' attached is a png file showing my version which looks different from your video version, where can
I get the upgrade ...?
Attachments:
User 187934 Photo


Senior Advisor
20,188 posts

Jacob Ullrich wrote:
I have created a simple form to collect email addresses for marketing a health supplement ..
Here is the link: http://bhoink.com/form/
My problem is, it works great on a computer, but will not work on IOS or Android or a tablet ...
Also, I am 74 years old, a disabled veteran who has had a stroke and is totally blind in one eye and partially in the other, so
I need some specific instructions on how to make this work ...
Thanks for your help,
Jacob

That's because your form is flash based. You need to upgrade to the new Form builder that is html based.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 182201 Photo


Ambassador
3 posts

Hi,
Thanks for this nice feature with showing gps data.
But my form test on http://visioned.coffeecup.com/forms/VogelTelling-demo/
has 2 fields above for Latitude and Longitude and I copied the label id's in the html code, but it will not show up when browsing.
What could this be?

Regards,

Ed Boon
Visioned.net
Regards,

Ed Boon
Visioned

Safarigeel 120
2718 CN Zoetermeer
Phone: + 3179 362 51 70
Mobile: + 31 6 22 04 26 39
E-mail: info@visioned.nl
Websites: www.visioned.net, www.zaakopmaat.nl, www.caminodespaysbas.nl
Skype-me: maced1963
Linkedin: http://www.linkedin.com/in/macedvisioned

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.