• I would like to be able to set a check box with a shortcode to check it or leave it unchecked by default when the form is opened. When I add default:shortcode_attr to the field the check box does not display at all. Is there a way to use shortcodes to determine if a check box is checked?
    Thanks
    Kirk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter kirkgroome

    (@kirkgroome)

    Hello,
    Thanks for responding back to me I found the problem and you and have the default option after the data.
    I now have
    <label> Your Name (required)
    [text* your-name] </label>

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Test
    [checkbox default:1_2 checkbox-311 “susan” “tom” “sam”] </label>

    [submit “Send”]
    for my code but on the test nothing is being set as checked when I come into the form. I don’t see what I’m doing wrong.

    Thanks Kirk

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set checkbox with shortcode’ is closed to new replies.