Support

Account

Home Forums General Issues After exporting my fields they no longer have an ID

Solved

After exporting my fields they no longer have an ID

  • After exporting my layout in order to move it to a static file I have lost the ID field associated with the fields.

    I used to be able to query it by:

    
    function render_field( $field ) {
    $field_id = $field['ID'];
    }

    Now however when I do this it just returns 0

    Can this be solved?

  • Solved this by using keys. Thanks!

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

The topic ‘After exporting my fields they no longer have an ID’ is closed to new replies.