Jump to content

Recommended Posts

Posted

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"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...