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
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
Hi Rikard,
Here is the info you need!
Thanks for help : )
Érik
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
Hi Yigit,
Thanks for the help. : )
Here’s the link to the mockup of the form i need to create.
Many thanks,
Érik
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
Hi Ismael!
Thanks for the help. The code does not work here unfortunately…
Érik