Jump to content

ltaylor

Registered Users - Approved
  • Posts

    10
  • Joined

Posts posted by ltaylor

  1. I'm using the script below for a document and as it is, there's too much space between the text and bullets. Is there any way to decrease that space?

     

    var bulletString = "";

     

    for (item=1;item<=4;item++) //there are 4 bullets here. If you need to add more, change the 4

    {

    var itemName="bullet" + item;

    if (Field(itemName) != "") //if the bulletfield is not empty

    {

    bulletString += "<p>•<t>"+Field(itemName); //add a bullet, a tab and then the bulletfield

    }

    }

     

    return bulletString;

  2. I have several text boxes that will become list dropdown boxes in Marcom. When I upload the template, the text boxes do not appear in the preview although I have set them up as list dropdowns in Marcom. Do I need to add a rule or text to those boxes in order to make them appear in Preview?
  3. I need to separate a list of 8 bullets into 2 column of 4 - how would I manage the JS for that?

     

    <DataField

    Name = "firstname"

    Type = "Text"

    />

    <DataField

    Name = "bullet1"

    Type = "Text"

    />

    <DataField

    Name = "bullet2"

    Type = "Text"

    />

    <DataField

    Name = "bullet3"

    Type = "Text"

    />

    <DataField

    Name = "bullet4"

    Type = "Text"

    />

    <DataField

    Name = "bullet5"

    Type = "Text"

    />

    <DataField

    Name = "bullet6"

    Type = "Text"

    />

    <DataField

    Name = "bullet7"

    Type = "Text"

    />

    <DataField

    Name = "bullet8"

    Type = "Text" />

    <DataField

    Name = "lastname"

    Type = "Text"

    />

    <DataField

    Name = "title"

    Type = "Text"

    />

    <DataField

    Name = "email"

    Type = "Text"

    />

    <DataField

    Name = "phone"

    Type = "Text"

    />

    <DataField

    Name = "headline"

    Type = "Text"

    />

    <DataField

    Name = "tagimage1"

    Type = "Graphic"

    />

    <DataField

    Name = "tagimage2"

    Type = "Graphic"

  4. I see where you're going with this. I had to switch from Mac to PC for FP because of never ending font issues, and now I'm wondering if the switch did something to those boxes. When I go to Object>Content>Graphic, all choices are grayed out and I can't select any of them. FP DOES recognize the Graphic frame as Graphic frames in the Export wizard though...
×
×
  • Create New...