• Resolved ampedcreativ

    (@ampedcreativ)


    I know many have had this issue due to various reasons, but I can’t seem to figure out what is causing my hidden fields to not appear. It’s also doing some weird things… Hopefully I can explain. If you select 1 in the dropdown, the appropriate hidden field appears. If you then select 2 or any other number, nothing happens. If you refresh the page and first select 2, then 2 options appear (which is correct). But if you then select 1, it doesn’t replace the other conditional fields, it just adds it on top of the others. Furthermore, if you continue to try to select other dropdown options, nothing happens.

    I do see a javascript error is being generated, but not sure if it’s related to this plugin or something else. Any pointers would be greatly appreciated.

    Here is what is in my form:

    <label> How many? </label>
    [select* num include_blank “1” “2” “3” “4” “5”]
    <hr>

    [group group-1]
    Option #1
    Name [text Name1a]
    <hr>
    [/group]

    [group group-2]
    Option #1
    Name [text Name1b]
    <hr>
    Option #2
    Name [text Name2b]
    <hr>
    [/group]

    [group group-3]
    Option #1
    Name [text Name1c]
    <hr>
    Option #2
    Name [text Name2c]
    <hr>
    Option #3
    Name [text Name3c]
    <hr>
    [/group]

    [group group-4]
    Option #1
    Name [text Name1d]
    <hr>
    Option #2
    Name [text Name2d]
    <hr>
    Option #3
    Name [text Name3d]
    <hr>
    Option #4
    Name [text Name4d]
    <hr>
    [/group]

    [group group-5]
    Option #1
    Name [text Name1e]
    <hr>
    Option #2
    Name [text Name2e]
    <hr>
    Option #3
    Name [text Name3e]
    <hr>
    Option #4
    Name [text Name4e]
    <hr>
    Option #5
    Name [text Name5e]
    <hr>
    [/group]

    [submit “Send”]

    • This topic was modified 6 years, 6 months ago by ampedcreativ.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hidden Fields are not appearing’ is closed to new replies.