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 4 years, 11 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 4 years, 11 months ago by
wpusr1.