• Resolved rachelamanda

    (@rachelamanda)


    Hi.

    I’m building a form at https://anchoredtt.com/language/invoice and am looking for a little bit of help please.

    The placement and formatting of the description of some fields appears above the field itself while it appears below in other fields. I’d like for it to always be above the field.

    I’d also like for the description of all of the fields to be not bold, as the text for the instruction fields is.

    Finally, I’d like to be able to create some more white space in between each of the questions. It feels very squished together right now.

    Does anyone know how to resolve these issues?

    Thanks,
    Rachel

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there Rachel, there are some fields such that have the description input under the field label due to long field inputs such as with the Address field. With the Free version, there are no options for specifically designating a fields description to be above or below. With the Pro version there are options to allow the description to be below or above the input. Feel free to take a look at the demo site for the Pro version to see how it is done – https://demo.vfbpro.com/.

    Also, adding space between each field can be achieved via CSS. The following CSS should do the trick.
    .visual-form-builder li, .entry-content .visual-form-builder li { margin-top: 20px!important; }

    Thanks!
    Shane
    VFB

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting Issue – placement and style of instructions vary’ is closed to new replies.