Support

Account

Home Forums General Issues Cloned field won\'t save when using gutenberg

Helping

Cloned field won\'t save when using gutenberg

  • Hey all,

    I have a cloned field in an acf gutenberg block that won’t save it’s value.

    The field is called “overlay_color”

    The only way I can get it to save is by selecting “prefix values”.

    Which means I have to do:
    $overlay_color = get_field(‘overlay_color’);
    $overlay_color = $overlay_color[‘overlay_color’];

    Which isn’t as clean. Any ideas?

  • I am also now having an issue where if I move a block up or down any wysiwyg content disappears. Is this related?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Cloned field won\'t save when using gutenberg’ is closed to new replies.