• jtak

    (@jtak)


    I want to split it with repeater plugin, but it does not work. Can you give me instructions how to do that? How can i refresh your script in the repeater plugin… the best via Javascript.

    How to refresh yours conditional script? I want to insert my conditions into repeater (another script). Without refreshing your script conditions in repeater plugin does not work.

    Thanks for your help!

    • This topic was modified 9 years ago by jtak.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    can you give me the url to the exact plugin you are using please?

    Thread Starter jtak

    (@jtak)

    Hello,
    Thank you for your reply,

    http://www.ajaxy.org/product/contact-form-7-repeater

    JTak

    Plugin Author Jules Colle

    (@jules-colle)

    thanks. Could you email me the plugin? I will just use it to test on my localhost so don’t worry about your license. You can find my email address in the plugin’s readme.txt file.

    Thread Starter jtak

    (@jtak)

    Okay, I like. I just found that in the readme.txt I did not find the mail 🙂 I sent a message in the form of your site

    Plugin Author Jules Colle

    (@jules-colle)

    Thanks, well received!

    Could you just share your form code, conditions and the repeater code you are using please? I wanna make sure to reproduce your case exactly in order to give meaningful feedback.

    Thanks

    Thread Starter jtak

    (@jtak)

    inside form

    <label> Your name
    [text your-name] </label>
    
    <label> Your email
    [email your-email] </label>
    
    [select Display-group include_blank “display group A” “display group B”]
    
    [group test-group]here is text <p><img class="alignright" src="http://www.domainname.sk/wp-content/uploads/2017/02/image-name.jpg" width="200" height=""></p>[/group]
    
    [repeater add-label:Add_new remove-label:delete index:0 min:0 max:4 show:0]
    
    <label> Subject
    [text your-subject] </label>
    
    <label> Your message
    [textarea your-message] </label>
    
    [submit “Submit”]

    The following code must be inserted into the TAB repeater:
    repeater-0

    <label> Your name
    [text your-name] </label>
    
    <label> Your email
    [email your-email] </label>
    
    [select Display-group include_blank “display group A” “display group B”]
    
    [group test-group]here is text <p><img class="alignright" src="http://www.domainname.sk/wp-content/uploads/2017/02/image-name.jpg" width="200" height=""></p>[/group]

    Conditional fields rules:
    if | Display-group | equals | display group B| then show | test-group

    Actually, whatever begins with [group] and ends [/ group] does not know conditional fields

    It helped?
    JTak

    • This reply was modified 9 years ago by jtak.
    • This reply was modified 9 years ago by jtak.
    Plugin Author Jules Colle

    (@jules-colle)

    hi jtak, thanks! very helpful.

    I played around a bit with it and checked the plugin code, but I don’t see these plugins working together without some serious code modifications in both our plugins.

    What I found, however, is that implementing some kind of repeater functionality in my plugin will probably even be easier than making our plugins compatible. The only thing I would need to do is add a new form tag like [cf-button] that can have a certain state. Kind of like a checkbox, but looking like a button, saying “show fields” and “hide fields”, then based on this button you could add conditions to show/hide extra field. This is a pretty advanced feature so I will not add it to the free plugin. But I am working on CF Pro for the moment, and if you are interested I can send you the plugin free of charge once I finished implementing this feature. What do you think? It will take a while before it’s implemented though, so if it’s urgent you might need to look out for an alternative solution.

    Cheers!

    Thread Starter jtak

    (@jtak)

    Hi Jules Colle

    Thank you for your solution. I’m sure to welcome the plug-in test version. I am currently desperate. I try solutions. I think this could be solved as well as the processed plugin https://contactform7.com/listo/ I put repeat data into a separate .php file and then call them with conditional fields. Then I can repeat them several times. if I knew how to put the data into the .php file and create a function :). What do you think of this idea?

    Send me a plugin when you have an email, I’m glad to test it. well thank you

    • This reply was modified 9 years ago by jtak.

    Hi Jules,

    I’m really liking the plugin, very intuitive. Has there been any more thought on adding the repeater functionality into your plugin?

    I’d be very pleased to see this implemented and I would pay for this kind of extended functionality, among many others I imagine.

    Please let me know your thoughts.

    Thanks

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

The topic ‘Cf7 Fields Repeater and Conditional field’ is closed to new replies.