Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi Duane try the following changes..

    textarea {
        box-sizing: border-box;
        margin: 0;
        max-width: 270px;
        outline: 0 none;
    }
    Thread Starter FuturityWeb

    (@futurityweb)

    @mbrsolution – Thank you!…
    But; where do I place this code?

    Hi FuturityWeb sorry for not clarifying where you add the code ?? I was in a hurry.

    Go to Plugins >> FS Contact Form >> Styles and locate the following field

    Input textarea fields: max-width:270px;

    Remember to adjust the width to what ever you like.

    Regards

    Thread Starter FuturityWeb

    (@futurityweb)

    Hi mbrsolution

    I was trying to fix the “Select Fields”, but using your info I found my way to the correct field and added:

    Input select fields: max-width:250px; (Thanks you guided me in the right direction.

    Now, I need some help getting the following done:
    First option in the drop down lists shows as follows…

    (Please Select Country)
    However, this option must not be available as a selection option and the form must NOT submit unless another option (country) has been selected. Required field option is enabled!
    See sidebar form: here

    Thx
    Duane

    Hi where did you add the following (Please Select Country)? If you added this as one of the options then that is the problem.

    Thread Starter FuturityWeb

    (@futurityweb)

    Hi… That is exactly where I put it; as I don’t know where else to put it. :-/

    There is an area underneath that allows you to put some HTML text what will display on top of the field.

    Thread Starter FuturityWeb

    (@futurityweb)

    Hi

    I’m aware of the fields to add a caption above or below the form field, however, I want the first option in the form to be (please select country), but this must not be an option, so the visitor is forced to choose another option from the drop-down list.

    Right now, the form automatically selects the first option (no matter what it is) and allows the user to ‘send’ the form.

    I don’t mind if the first option is blank, but the user must be forced to choose a country option before the form can be sent.

    Hope this clarifies my requirement.

    Thx
    Duane

    Hi Duane, I think I found the answer to your question. Please see below.

    The first option of a select field type can be in brackets to indicate that it must be selected,
    example:
    [Please select]

    Let me know if that helps you.

    Regards

    Thread Starter FuturityWeb

    (@futurityweb)

    @mbrsolution – Whoop Whoop – Everything is working as required.
    Thanks so much for your help. Who would have thought it was as simple as changing the bracket ‘style’ from () to []

    Thanks again ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Country List with Version 4xx’ is closed to new replies.