• Resolved bematic

    (@bematic)


    Hi,

    I have a form with multiple radio and checkboxes.
    In the submission results I can only see the selected options and not the “unchecked” options.

    There should be an “include unchecked values” option in the settings menu but I can’t find it anywhere.
    Also tried searching here before posting, but no luck.

    How can I include unchecked values in my form submissions?

    Thank you so much

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

    (@wpmudevsupport13)

    Hi @bematic

    I hope you are doing well today.

    This is not possible out of the box as submissions and email notifications takes only selected value from checkboxes or from radio button. What you can do is to include all values manully in your email confirmation. Example:

    <p>My Radiobutton data (Option 1 / Option 2 / Option 3)</p>
    <p>selected option by user: {radio-1}</p>
    <p>---------</p>
    <p>My Checkboxes data (Option 1 / Option 2 / Option 3)</p>
    <p>selected option by user: {checkbox-1}</p>

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @bematic ,

    We haven’t heard from you for some time now, so it looks like you don’t require our further assistance.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Include unchecked values in my submissions’ is closed to new replies.