Is there any way to exclude the fields from tab?
Regards,
Amit
Thanks
]]>We managed to implement numerous ACF fields, but the display format is not the same, as it has been set in ACF. Do you have any idea whether the display format can be changed, to be the same (i.e. instead of 20230316 is should be 16 March 2023)?
Thank you in advance.
]]>Since version 3.10.3 only future dates are available in the ACF date picker field when displayed in the front end form. I’m using the field for date of birth entry so I need the past dates too.
Thanks.
]]><?php if ( have_rows( 'General' ) ) : ?>
<?php while ( have_rows( 'General' ) ) : the_row(); ?>
<?php the_sub_field( 'height' ); ?>
]]>I’ve installed Advanced Custom Fields, Advanced Custom Fields Extended, WP GraphQL and WPGraphQL for Advanced Custom Fields plugins.
But I just can see the default ACF fields and it’s values on the WPGraph QL editor (or in /wp-json/wp/v2/posts), nothing from the extended ones.
I’ve cheked on the releases and it seems that is supported. Maybe I’m doing something wrong, could you give me a hand with this, please?
Thanks in advance!
]]>Thank you for this amazing plugin! Now I need some help.
On submissions page I see the ACF fields two times (screenshot: https://ibb.co/5F8FzKZ). This problem is only in ACF fields, and on the frontend form itself doesn’t have this issue, so duplicates are only in the backend.
Here you can see my form setup: https://ibb.co/3SX54Sn.
I am using Polylang but even if I deactivate Polylang and make a new form submission problem persists.
What might be a problem?
– Juuso
]]>