Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

LiveCycle Form - Bullets

Avatar

Level 1

Need help with inserting bullets into form using LiveCycle.  I'm a newbie and appreciate any help.  Thanks.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Are the items to be bulleted a series of text boxes or is it a list box?

If it is a series of text boxes, you can add a circle object.  Adjust it to be a heck of a lot smaller than the default (hold down shift and drag the corners in).  Add a fill color (not the default white or you won't see the color).  Repeat as necessary.

If it is a list or drop down box then is gets more interesting.  You would have to concatenate a bullet to the front of the list items, AFAIK.  The gurus here may (probably) have better information.

View solution in original post

5 Replies

Avatar

Former Community Member

Could you expand on that?  Do you mean bullet points like this:

  • 1
  • 2

Avatar

Correct answer by
Former Community Member

Are the items to be bulleted a series of text boxes or is it a list box?

If it is a series of text boxes, you can add a circle object.  Adjust it to be a heck of a lot smaller than the default (hold down shift and drag the corners in).  Add a fill color (not the default white or you won't see the color).  Repeat as necessary.

If it is a list or drop down box then is gets more interesting.  You would have to concatenate a bullet to the front of the list items, AFAIK.  The gurus here may (probably) have better information.

Avatar

Level 1

That works like a charm; fortunately I don't need a lot of them.  Thanks a bunch.

Avatar

Former Community Member

In a text box, try creating your bullet list in Word and then copy and paste.  You can adjust space between bullet and text

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----