Support

Account

Home Forums Front-end Issues Toolset with AFC select value breaking

Unread

Toolset with AFC select value breaking

  • I’m using Advanced Custom Fields on my site in conjunction with Toolset.

    I’ve created a view with a custom search filter using the field I created in ACF.

    The field is a checkbox with multiple options. The display of this field/filter on the frontend is a select dropdown.

    When viewing the front-end the select/dropdown field returns:
    a:1:{i:0;s:3:"one";}

    However, the option should simply be: one

    When I inspect the element I can clearly see that there’s an issue with the double quotes being used but I’m unsure where I need to make this fix. Regardless, I’m not that confident in my own knowledge PHP.

    <option value="a:1:{i:0;s:3:" one";}"="">a:1:{i:0;s:3:"one";}</option>

    Any help would be greatly appreciated!!

    Chris

Viewing 1 post (of 1 total)

The topic ‘Toolset with AFC select value breaking’ is closed to new replies.