-
AuthorPosts
-
January 31, 2017 at 9:35 am #740537
Hi there,
I need to create:-
1) a two column form and
2) increase the field size of the form element: select (i.e. drop down menu) to show all of the available choices.Could someone please advise if possible to do both of the above and how I go about doing them?
Kind regards,
Steffen
February 2, 2017 at 6:03 am #741552Hey steffen_aufatz,
Could you post a link to the site in question so that we can take a closer look please? Also, if you have screenshots highlighting your intentions then that would help us understand better what you are looking to achieve.
Best regards,
RikardFebruary 2, 2017 at 2:15 pm #741781Hi Rikard,
Thanks for getting back to me. I’ve provided a link to a test form-the link URL is provided in the private field.
At the bottom of the form, just before the Submit button, is a drop down menu. I’d like to have all of the selections showing rather than only a few of them. Can this selection field be increased to show all of the available options?
In regards to the form layout I’d like the form to be spread over two columns rather than just one long form. Can this be done? Please let me know if you need any further information.
Kind regards,
Steffen
February 6, 2017 at 2:49 pm #743384Hi Rikard,
Just wondering if you’ve had a chance to look at the URL of the test form I sent? This form has been created with the contact form (content element) and I can’t see a way to create two columns. Do I need to modify a template of some description?Re the selection field, can the field size be increased in height to display all of the selection options? Please let me know if you need anything else.
Kind regards,
Steffen
February 7, 2017 at 7:02 pm #744024Hi,
you can increase height of the field in question by using this code inside Quick CSS field:
select#avia_12_1 { height: 300px; }
Adjust as needed.
Best regards,
AndyFebruary 18, 2017 at 1:42 pm #748836Hi Andy,
Thanks for the code. It works nicely.
Just on another note could you advise how I might be able to create a two column enquiry form with the one submit button? I’ve created an example in photoshop to explain what I mean. Below is the link to the jpeg. Maybe I’ve overlooked something in the theme form??
Kind regards,
Steffen
February 20, 2017 at 4:58 pm #749460Hi,
when editing your form element look at “Add/Edit Contact Form Elements” and click on one of your form elements. Then in “Form Element Width” you can choose “1/2”.
Hope this helps!
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.