• On my form I would like to display a multi-select list like

    
    Service A
    Service B
    Service C
    ...
    

    where clients would select 2 or 3 options.
    Is it possible to display the selected options and the rates stored, say in the calc value, in the form.
    Is there any (form) plugin which can do this..
    I tried with ninja forms but couldn’t do it..
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you really need a multiselect? Do this with a few checkboxes. It will be more convenient and more beautiful, because the checkboxes are easier to customize.

    Thread Starter wpusr1

    (@wpusr1)

    Thanks a lot @varx.
    Yes, I will use checkboxes.
    Just tried and agree, they look better.
    But not sure how to display the selected items as:

    
    Service A - price A
    Service B - price B 
    

    Now I can only get comma separated values like

    
    Service A, Service B
    

    How to get the price also to display.

    • This reply was modified 3 years, 10 months ago by wpusr1.

    It’s not very clear what you want to get. Do you have a calculator? In this case, look at QuickForm, the new plugin. You can easily make any one. Or write your problem in more detail.

    Thread Starter wpusr1

    (@wpusr1)

    Thank you @varx.
    I’ll take a look at QuickForm.

    I have a simple form where visitors are required to enter
    basic things like Name, email etc.
    Plus, I need to display 8-10 services as a list. (say, checkbox list)
    The price for each service also should be stored in the list if possible.

    I have to display the selected services (2 or a max of 3) & their price on a separate line when the user selects the options from the list.
    Hope I made myself clear.

    Thread Starter wpusr1

    (@wpusr1)

    I have a simple form where visitors are required to enter
    basic things like Name, email etc.
    Plus, I need to display 8-10 services as a list. (say, checkbox list)
    The price for each service also should be stored in the list if possible.
    
    I have to display the selected services (2 or a max of 3) & their price on a separate line when the user selects the options from the list.
    Also send this in the email reply

    Please let me know if the above is possible with a form plugin.
    Thanks..

    • This reply was modified 3 years, 10 months ago by wpusr1.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form Plugin’ is closed to new replies.