• Resolved FAOU

    (@faou)


    Is there a way to set up the calculated fields to be stored in a QR code? For example, we want to make a form that matches the user to the correct contact by country or state and creates a mailto link and a QR code with that mailto link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @faou ,

    We haven’t heard from you for a week now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if
    needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calculated QR Code’ is closed to new replies.