• Hello,
    I built a form and each field appear next to each other on the same line instead of being below each other. I tried to put <br> between each file but it doesn’t work.
    Is there anything I did wrong?
    Thanks for your help.
    jean.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try pressing Enter twice. leaving 2 lines between one field and the next. No need for <br>.

    Example: These are next to each other:
    <label>Parent First Name*
    [text* First_Name placeholder “First Name”]</label>
    <label>Parent Last Name
    [text Last_Name placeholder "Last Name"]</label>

    Shows up as:
    Parent First Name Parent Last Name
    [ First Name ] [ Last Name ]

    Whereas these appear in separate lines:
    <label>Friday
    [text Fri "4-6pm"]</label>

    <label>Saturday
    [text Sat "10a-5pm"]</label>

    ***(There is an intentional line in between) ***

    Shows up as:
    Friday
    [ 4-6pm ]

    Saturday
    [ 10a-5pm ]

    • This reply was modified 5 years, 11 months ago by gatitomeow.
    Thread Starter sergyjean

    (@sergyjean)

    Thanks so much. I tried but it doesn’t work ?? I really don’t know what’s going on. See here: https://snag.gy/ogd9Ef.jpg

    Thread Starter sergyjean

    (@sergyjean)

    Anyone to help me?

    @sergyjean please send a copy of your current code so I can see what the issue may be.

    Thread Starter sergyjean

    (@sergyjean)

    Thanks itsCha!

    There it is:

    <label> Votre Nom
    [text* your-name] </label>

    <label> E-mail
    [email* your-email] </label>

    <label> GSM
    [text tel-630] </label>

    <label> Message
    [textarea your-message] </label>

    [file file-272 limit:10mb]

    [submit “Envoyer”]

    Thread Starter sergyjean

    (@sergyjean)

    Guys,
    I’m sure it’s nothing but I’m stuck. Can anyone help me?
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with fields’ is closed to new replies.