You are viewing limited content. For full access, please sign in.

Question

Question

Possible to force date fields in a collection on the same line?

asked on July 22

I have a training form where the submitter has to enter training date(s).  Could be one or could be multiple.  I have a collection (see picture), but what I'm after is when they click the + button, have it add those additional fields on the same line, instead of adding them vertically like shown.  Has someone done this before that wouldn't mind sharing, or would someone be willing to help with that CSS?

Thanks

training dates example.PNG
0 0

Replies

replied on July 25
#q9 > fl-collection > div > div {
  display: inline-flex!important;
}

With #q9 as the ID of your collection.

0 0
replied on August 1

@████████,

I greatly appreciate your response!  For some reason, it's still not working on my end.  My collection is #q30 and only field inside is #q32.  I tried both.  If it should be the collection number for this CSS, do you have any other CSS on your Start Date field?  ThreePerLine or something?  We're still on Forms 10.4 if that makes a difference.  Thanks!!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.