This topic contains 1 reply, has 0 voices, and was last updated by MChammaTX 5 years, 10 months ago.

  • Author
    Posts
  • #17970 Score: 0

    MChammaTX
    • Contributions: 0
    • Level 1

    Is this a bug or something? I don’t think you can get more simple

    Code:
    form.addField(
    {
    id:’custpage_terms’,
    label:’Terms’,
    type:uiwidg.FieldType.SELECT,
    source:’term’
    }
    );
    form.addField(
    {
    id:’custpage_location’,
    label:’Location’,
    type:uiwidg.FieldType.SELECT,
    source:’location’
    }
    );
    The lists are coming up empty…
    This is a cached copy. Click here to see the original post.

  • #17971 Score: 0

    MChammaTX
    • Contributions: 0
    • Level 1

    Scratch that seems to be a sandbox issue.

You must be logged in to reply to this topic.