This topic is locked
[SOLVED]

 Scan QRCode to Add Record and populate field

7/3/2020 12:09:01 PM
PHPRunner General questions
H
Hopper author

I have a QRCode that when scanned it will go to the add record page and populate the first field with defined data.
QRCode = https://www.website.com/sfn/qrtracker_add.php?tracking_number=1234
Add Record opens, but the tracking_number field is not populated.
Thanks in advance for any assistance.
Hopper

S
sthefaine 7/3/2020

In the Process Record Values event add this code $values['tracking_number'] = $_GET['tracking_number'];

H
Hopper author 7/3/2020

Thank you Steven! Worked perfect! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=91855&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />