[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. |
|
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=':)' /> |