Hello,

I would like to ask if its possible to create QR code which will detect phone number and description (for example Pizza Hut +420 33 6655863).

Right now I have text fild which contain only number. After reading it is detected, but its not detected as phone number (just number). Is it possible to provide data that mobile will recognize type of data? (description, phone number) so its easy to save number later.

I hope I was clear.

Thank you in advance.

Comments

deciphered’s picture

Status: Active » Fixed

It is, yes.

Have a look at the following Custom Formatter, line #15 specifically, the number is prepended telling the reader it's a phone number: http://customformatters.com/formatters/18/phonetoqr

adelka’s picture

Thank you, that's perfect!

Just two things:
1. I used formatter with Phone Number module, where I can "define" country code. But with this formatter, country code is missing (it's not displayed with number and also not scanned in QR code).
2. Is it possible to use it without colorbox, so the code won't be shown in pop up window but directly on the page?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

javdich’s picture

@adelka

Im trying to do the same, print the QR code directly to the page instead of using colorbox. Did u figure this out?

adelka’s picture

Unfortunately I did not :(