Jump to content

ltaylor

Registered Users - Approved
  • Posts

    10
  • Joined

Converted

  • FusionPro Products
    No

ltaylor's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Is it possible to create a text list with multi-lines for each entry?
  2. Brilliant!!! Thanks so much for the detailed post - that helps so much!!
  3. Stupid question - what's the best way to do that?
  4. 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;
  5. 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?
  6. Figured out the answer for anyone who needs to know. Went into FP in Acrobat and clicked on "Data Definition". Then clicked on "Input Options" and "Fields". Was able to change the frames I needed to from Text to Graphic, and everything loaded just fine after that.
  7. 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"
  8. 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...
  9. I have the most recent versions of everything - Adobe Creative Cloud CC, Acrobat DC and just re-installed the Windows version of FP.
  10. When I go to export my InDesign doc to an FP PDF, I make sure I select the "Export as variable image" box. The PDF pops up, the Image frames are there, but when the PDF is uploaded into FP, the Image frames have become Text frames. is there anything I'm doing wrong?
×
×
  • Create New...