Edit the destination, keep the print.
Your QR is out in the wild — printed on signs, business cards, packaging — and you need it to take scanners somewhere different. Maybe the campaign URL changed. Maybe the form moved. Maybe you want to A/B-test two landing pages. The naive answer ('reprint everything') is expensive and slow.
If the QR was created as a dynamic QR code, redirecting is built in: log into QRThis, open the QR, change the destination URL, save. The next scan hits the new URL. If it was static, you can still redirect at the URL level — point the originally-encoded URL at your new page using a 301 redirect on your webserver — but this only works if you control the original domain.
Last updated: July 2026