• Resolved eurekaindustries

    (@eurekaindustries)


    Hi !
    The plugin is great, and it is working perfectly on one of my website.
    But on the new one, there is nothing !

    The form is correctly write, and groups don’t appear.

    You can sea an exemple here: http://elementsindustriels.fr/proposition/

    I’m made some test with F12 (to see the JS response), The request seems to be good, but i don’t know if the response is here.
    I verified, the wp_footer is here and it’s working.

    Thanks for help !

    the code is:

    Informations nécessaires:
    [text* identite size:30 placeholder “Nom et Prénom*”]
    [text* fonction size:30 placeholder “Fonction*” ]
    [text* societe size:30 placeholder “Société*”]
    [text* mail size:30 placeholder “Email*”]
    <br/>Je souhaite…
    [radio choix1 default:0 “Suggérer un terme à ajouter” “Proposer une définition”]
    [select* choix_proposition include_blank “Le lexique technique” “La bibliographie” “La liste des fournisseurs”]
    [group choix_proposition_grp]
    <br/>Ajouter un terme dans…
    [/group]
    [group choix_cat_lex]
    <br/>Dans la catégorie:
    [select* choix_cat_lex include_blank “Général” “Normalisation” “Réglementation” “Technique”]
    [/group]
    [group choix_cat_biblio]
    <br/>Dans la catégorie:
    [select* choix_cat_biblio include_blank “Livres” “Sites Internet” “Appli/logiciels”]
    </div>
    [/group]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    you have a javascript error: Uncaught TypeError: jQuery(…).liveSearch is not a function

    you need to fix all javascript errors on your site before the plugin will work.

    Thread Starter eurekaindustries

    (@eurekaindustries)

    Hi.
    I find the problem, it’s with tge livesearch of my WP Knowledgebase plugin. I desactivate it and the conditionnal form works:
    http://elementsindustriels.fr/proposition/

    But, i want to put it in a POPUP form (click on the “JE PROPOSE UN TERME” button in sidebar or in footer.
    My plugin popup is “Layered Popups”

    The form doesn’t work. Do you know why ? Do you know a popup plugin which work with conditionnal form??
    Thank you !!

    Plugin Author Jules Colle

    (@jules-colle)

    Hey, I just tested this and yes it works in combination with Popup Maker.

    Here’s an example + info how to set it up yourself: http://bdwm.be/wpcf7cf/popup-test/

    cheers!

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

The topic ‘Conditionnal form doesn’t appear’ is closed to new replies.