Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @inputwp
    Joining as this is happening on mine also.
    Disable date option in “Disable Specific Dates” but in the front end it shows the dates disabled/un-selectedable (good) but shows the time selectable.
    Customer selects the time and it inputs the date/time in the form box.

    Is there a way that to disable the times for the dates inputted in the “Disable Specific Dates” range?

    Any questions or clarity, let me know.

    V2.1 (free version)

    Thanks.

    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    That form-tester is quite a handy tool. Well done on the development of that.
    It did help explain it a bit.

    Good find, didn’t know as I don’t have the pro version (as you would know).

    An amazing plugin mate, and a great developer you are.

    I sent an email will a couple follow up questions if you don’t mind.

    Thanks again.
    Cheers.

    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    @jules-colle

    Field names are unique as well.

    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    @jules-colle

    I switched to the Twenty Twenty theme, currently live on the website.

    It is still doing the same thing on multiple contact forms with conditional fields.

    I can leave it on the new theme for a while until you reply, so you can see it yourself.

    Thank you.

    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    Not to add more replies to the forum, but thought I would share something I just stumbled upon.

    I was looking at my other order form pages, and each case when a checkbox occurs, if there is anything that follows in in terms of conditional groups (weather that be a dropdown menu, a text/text area, or another checkbox), the item after it appears even if the checkboxes have nothing selected (when they are meant to have something before showing the next group).

    I don’t recall this always happening.
    I have the latest version of WordPress, CF7 and Conditional Fields (FYI).

    Does this help in a solution?

    Thanks again Jules. I do love the plugin, just can’t work this one out.

    • This reply was modified 4 years, 10 months ago by bigfootwebdev.
    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    Hi Jules,

    I now understand what you meant by the select field. The dropdown menu boxes.

    I doubled checked by adding a new dropdown-menu from the options and found that it is meant to be in format:
    [select menu-86 “Cheese”]
    Mine was in format:
    [select select-86 “Cheese”]

    Unsure why that happened. I presume I messed that up adding in manually.

    I still have the problem though even after changing them from select to menu.

    I still don’t understand what you mean by: “The problem comes from the select field. It’s a custom select field, introduced by your theme I believe, it’s not compatible with the plugin.” How is the theme conflicting with the CF7 form in this case? Is it meant to be showing something other than [select menu….]?

    To me, this issue somehow lays with the checkboxes not recognising there isn’t anything selected. But I’m not an expert, just an observation.

    So then started from scratch by clearing all conditional fields options.

    *This example is on the Cookie Order Form now as it was easier to clear them all and recreate the flow.

    Still showing group-packaging if group-flavours-chip doesn’t have a checkbox ticked.
    When I tick the “CUSTOM Flavour” checkbox, it clears the group-packaging, shows the text box of text-custom-chip, then once text is in that box, shows the group-packaging. This is working correctly, but not the other ones.

    I thought maybe it was because there was too many options, so I removed all but 3 options. Made no difference, so that wasn’t the issue.

    I didn’t add the text code here as I am working on it now trying to solve it and debug what’s happening.

    Sorry for asking many questions. I really don’t know where I am messing this up. Thanks again for any help and taking time to assist.

    • This reply was modified 4 years, 10 months ago by bigfootwebdev.
    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    Hi Takayki,

    Thanks for replying.

    I see what you mean.

    I had them like this:
    <label> Your Email *
    [email* your-email] </label>

    When hey were meant to be like this.
    <label> Your Email * </label>
    [email* your-email]

    Don’t know why I did that.
    Thanks for the reply and help.
    I will change this topic to resolved.

    Thread Starter bigfootwebdev

    (@bigfootwebdev)

    Hi Jules,

    Thank you for replying.

    I did set checkbox-flavours to “” as a test. But when I saved it, the cells just goes blank. I just went through and selected every checkbox-flavours and made them blank.

    I removed all the clear-on-hide from the groups. That did help with the mini-cupcake selection you found. Thanks for that.

    I am still having the issue with the group-cases appears when the quantity is selected, which should only show the group-flavours. Then once a flavour checkbox is selected, then the cases should show.

    Could you please explain what you mean by “The problem comes from the select field.” I presume the select field is the checkbox select fields in this case.

    Below is the text view of the conditional fields.

    show [group-allergies] if [gfdf-checkbox] equals “Allergies”
    show [group-delivery-address] if [checkbox-collection] equals “Delivery”
    show [group-quantity-cupcake] if [checkbox-type] equals “Standard Cupcake”
    show [group-quantity-mini-cupcake] if [checkbox-type] equals “Mini Cupcake”
    show [group-flavours-standard] if [select-quantity-standard] not equals “”
    and if [select-quantity-standard] not equals “more (+$20/6)”
    and if [checkbox-type] equals “Standard Cupcake”
    show [group-quantity-more] if [select-quantity-standard] equals “more (+$20/6)”
    and if [checkbox-type] equals “Standard Cupcake”
    show [group-flavours-mini] if [checkbox-type] equals “Mini Cupcake”
    and if [select-quantity-mini] not equals “more ($1.50 each)”
    and if [select-quantity-mini] not equals “”
    show [group-quantity-more-mini] if [select-quantity-mini] equals “more ($1.50 each)”
    and if [checkbox-type] equals “Mini Cupcake”
    show [group-flavours-standard] if [text-quantity-more] not equals “”
    and if [select-quantity-standard] equals “more (+$20/6)”
    and if [checkbox-type] equals “Standard Cupcake”
    show [group-flavours-mini] if [text-quantity-more-mini] not equals “”
    and if [checkbox-type] equals “Mini Cupcake”
    show [group-plaque-yes] if [checkbox-plaque] equals “Yes”
    show [group-order-done] if [checkbox-cases] not equals “”
    and if [checkbox-plaque] equals “Yes”
    and if [text-plaque-text] not equals “”
    and if [text-plaque-colours] not equals “”
    show [group-order-done] if [checkbox-cases] not equals “”
    and if [checkbox-plaque] equals “No”
    show [group-cases] if [checkbox-type] equals “Standard Cupcake”
    and if [select-quantity-standard] not equals “”
    and if [checkbox-flavours] not equals “”
    show [group-plaque] if [checkbox-cases] not equals “”
    and if [checkbox-flavours] not equals “”
    and if [select-quantity-standard] not equals “”
    and if [checkbox-type] equals “Standard Cupcake”
    show [group-cases] if [checkbox-type] equals “Mini Cupcake”
    and if [select-quantity-mini] not equals “”
    and if [checkbox-flavours-mini] not equals “”
    show [group-order-done] if [checkbox-type] equals “Mini Cupcake”
    and if [select-quantity-mini] not equals “”
    and if [checkbox-cases] not equals “”
    and if [checkbox-flavours-mini] not equals “”

    Thank you.

    Thanks @umarcharto
    Solved the problem. Can’t believe I didn’t think of that. So simple.

    Hi @umarcharto
    How did you get the menu to align centre?!?!?
    And I noticed you removed the search icon at the same time. How?

    I’ve tried thousands of ways, still can’t get it to work.

    Your help will be appreciated.

    Thanks.

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