• Resolved einstein green

    (@einstein-green)


    Hi am trying to use something like this:

    <label>TRIP NAME [dynamictext dynamictext-title readonly “CF7_get_post_var key=’title'”]</label>
    <label> Your Name*
    [text* your-name] </label>
    <label> Your Email*
    [email* your-email] </label>
    [group group-64]<label>Select your lodge* [select* puerto-maldonado include_blank “Tambopata River: “Refugio Amazonas Tour”” “Madre de Dios River: “Eco-Acventure with Ecoamazonia Lodge””]</label>[/group]

    plus the conditional tag: “show group 64” if “dynamictext-title” = “Jungle: Puerto Maldonado (+)”

    but if you look at the page linked, in the form in bottom right the group 64 info is not showing. I am trying to add some options on a few of the trips on this site, without having to make individual forms and sidebars. Isn’t this what the dynamictext-title in the conditional form area is made for? The dynamic text works great in the “trip name” area! thanks for the plugin
    Nancy

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter einstein green

    (@einstein-green)

    update: I have since changed the form since it caused a conflict with my google maps plugin so that all the maps that were on the page with this form to throw a jquery error adn not display at all. The dev inspector had this error message:
    Uncaught SyntaxError: Invalid regular expression: /Jungle: Puerto Maldonado (+)/: Nothing to repeat
    at new RegExp (<anonymous>)
    at display_fields (scripts.js?ver=1.4.1:79)
    at HTMLDocument.<anonymous> (scripts.js?ver=1.4.1:236)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at Function.ready (jquery.js?ver=1.12.4:2)
    at HTMLDocument.K (jquery.js?ver=1.12.4:2)

    can you see what’s wrong here? Are there too many conditions or something in this form?
    I can do this in another way, but it would be great if it worked as I have layed out above. Thanks for your help, Nancy

    Plugin Author sevenspark

    (@sevenspark)

    Hi Nancy,

    The conditions are not part of the DTX. All this plugin does is insert a value generated by a shortcode into the form. It won’t affect javascript or anything like that. It also does not control form input display. I think the conflict you’re encountering is coming from something else. I’m not sure what the “conditions” you’re referring to are, but I think whatever plugin is controlling that is what you have questions about, not this one

    Hope that helps 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘dynamictext-title in conditional form’ is closed to new replies.