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

Question

Question

sections inside forms collections

asked on May 24, 2016

Hi

I am trying to create a form where repeatable collection has number of sections. Unfortunately sections can't be dragged inside a collection, hence i am using custom html to create a <H4> which looks very similar to section heading. Any way i could create a line under custom html just like what we have for section. in the picture as you can see there is a line under fiduciaries. i would like to have similar line under client specific information. 

Thanks in advance

Junaid Inam

0 0

Answer

SELECTED ANSWER
replied on May 24, 2016

Add this to the CSS section of the form:

h4 {
    border-bottom: 1px dotted gray;
}
1 0

Replies

You are not allowed to reply in this post.
replied on May 24, 2016
h4 {
    border-bottom: 1px dotted gray;
}
You are not allowed to follow up in this post.

Sign in to reply to this post.