Support

Account

Home Forums Front-end Issues Single field of group not showing in Frontend Reply To: Single field of group not showing in Frontend

  • I’m just trying to output it normally with the ‘the_field’ call.

    Ok looked in the DB and compared the values of ‘VISA’ to that of what should be exactly the same: ‘MASTERCARD’. All code is the same, except the last bit:

    VISA:
    a:1:{i:0;a:3:{s:5:”field”;s:19:”field_522f7170dee44″;s:8:”operator”;s:2:”==”;s:5:”value”;s:3:”yes”;}}s:8:”allorany”;s:3:”all”;}s:8:”order_no”;i:1;}

    MASTERCARD:
    a:1:{i:0;a:3:{s:5:”field”;s:0:””;s:8:”operator”;s:2:”==”;s:5:”value”;s:0:””;}}s:8:”allorany”;s:3:”all”;}s:8:”order_no”;i:0;}

    I don’t know what these codes mean. DO you see anything wrong, or why its different? The visa obviously has the ‘s:19:”field…..’ part that isn’t in the mastercard one…. but looking at the field group editor, they are set up exactly the same….