If the page or post contains a form, you need to add the attribute form=1 to the shortcode:
[dynqrcode auth=33 form=1] ... [/dynqrcode]
If you have selected "Request method and custom field in form" in the Form check mode under Settings, you have also to add an hidden HTML input filed to the form:
<input type="hidden" name="dynqrcode_auth" value="33">
You can find the copy-and-paste HTML code in the QR-Code Edit page.