HI @faou
I hope you’re well today and thank you for your question!
Currently it’s not possible out of the box and it would require quite a bit of additional custom code.
A workaround that could possibly work would be to “split” it to two parts: form itself and QR code generation, using some 3rd-party plugin for generating code. The way it could work would be this:
1. using such 3rd party QR code plugin generate set of codes for “mailto:[email protected]” links – different QR codes for different links
2. place those QR codes on separate pages
3. build a form to gather user data
4. and finally set form’s “Submission Behavior” in “Behavior” settings
– add multiple “After submission” behaviors of “Redirect”
– set each of them to redirect to relevant page with QR code (as set in step 2 above)
– for each of these “Redirect” behaviors set conditions based on form fields
As a result – user would fill in the form and submit it and based on selected options they would be redirected to one of the pages with QR codes.
Note: there’s currently a small issue in Forminator (soon to be fixed) so you need to make sure that when using checkbox/radio/select fields in form you must make sure that their option values (values, not labels!) are all lowercase.
This isn’t as “streamlined” as you described but should work fine.
Kind regards,
Adam