We have created a simple form with two input fields and the calculated field. On the front end, where the form is displayed, we need to hide one of the second input field (the second field is based on a set formula we have created). How can we hide the second field from displaying?
]]>In this case the last field doesn’t reset and doesn’t hide.
How can I set the rule: to hide/reset the last field when the other field was changed to empty option?
In “field rules” section I don’t see any conditions to use for that case.
Here is the screenshot of that case:
Will be very grateful for your answer and help!
]]>It’s been brought to my attention that when the customer is on our checkout page they can adjust the pre order date. I have tested it and it can be changed to whatever date the customer desires.
This isn’t very good as the customer will receive a notification saying their order is being shipped etc when in fact its not.
Is there a way of locking this field so the customer cannot change/edit it?
Thanks,
Matt
I also want to disable the user from changing the country field value. I thought I would be able to do this by hiding the field, using additional CSS under Form Appearance, but I can’t get it to work.
Something like:
#address-1-country .forminator-field {
display: none;
}
I have also tried visibility: hidden;
I have tried numerous different field names as well
Any suggestions would be appreciated.
Many thanks
Brett
Here is the form I am talking about: https://topscholarsediting.com?cff-form=6
Thanks!
]]>I’d like to hide “postcode” field from shipping calculator in cart page.
I tried to use in function.php: add_filter( ‘woocommerce_shipping_calculator_enable_postcode’, ‘__return_false’ );
but didn’t work for me as I am using this plugin blocks.
Any other filter or idea?
THanks
]]>Is there a way to hide a specific field/group or specific options page from REST API? I tried the below, but it ended up hiding all options pages, and I need some of that data to be public.
add_filter( ‘acf/rest_api/option/get_fields’, ‘__return_false’ );
]]>I am trying to remove the field where you select between Km/m. However, I am struggling to find an ID for it. When using Google Chrome inspect the Km/m field, it highlights other fields along with it. Therefore, it seems difficult to remove the Km/m without deleting others.
Thank you
Jamie
]]>