• Resolved Saef Reyad

    (@safago)


    when i use it it give me
    Error: A select field is not configured properly in settings.
    how can i add to the list menu?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You probably had a misplaced comma.

    Select, Radio, and Checkbox extra fields:
    When using select, checkbox, or radio field types; first enter the label and a comma. Include the options separating with a semicolon like this example:
    Color:,Red;Green;Blue

    To make “Green” the default selection: set default to 2. (Default is for checkbox, radio, and select types).

    You can also use a multiple checkbox like this example:
    Pizza Toppings:,olives;mushrooms;cheese;ham;tomatoes

    Now multiple items can be checked for the “Pizza Toppings” label. By default radio and checkboxes are displayed vertical. Here is how to make them display horizontal: add the tag {inline} before the label, like this:
    {inline}Pizza Toppings:,olives;mushrooms;cheese;ham;tomatoes

    Thread Starter Saef Reyad

    (@safago)

    Thanks a lot that was fast and very clear ??
    Solved it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] How can i use the SELECT menu?’ is closed to new replies.