Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #687036

    Hi, I am trying to set up a form on my website. Input field all appear at full width even when specified otherwise. For example, for the fields about the telephone number, they don’t even appear on the same line. Here is my code for that part :

    <input maxlength=”3″ name=”night_phone_a” size=”3″ type=”text” value=”xxx” /> <input maxlength=”3″ name=”night_phone_b” size=”3″ type=”text” value=”xxx” /> <input maxlength=”4″ name=”night_phone_c” size=”4″ type=”text” value=”xxxx” />

    Can you take a look please?

    Thanks,

    Érik

    #687878

    Hi Érik,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #688482

    Hi Rikard,
    Here is the info you need!

    Thanks for help : )

    Érik

    #689858

    Hi,

    You are going to need to add more HTML and CSS to your custom code. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #689986

    Hi Yigit,
    Thanks for the help. : )

    Here’s the link to the mockup of the form i need to create.

    Many thanks,

    Érik

    #691086

    Hey!

    You should not separate the telephone fields because each field will be added as a new line in the email message. Adjust the width of the input fields with the following css code.

    .page-id-4289 form input {
        width: 50% !important;
    }

    Cheers!
    Ismael

    #693198

    Hi Ismael!
    Thanks for the help. The code does not work here unfortunately…

    Érik

    #694401

    Hi,

    We added the css code in the Enfold (French) > General Styling > Quick CSS field. Please remove the browser cache or hard refresh before testing the page.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.