50 terms and each term needs to have radiobuttons or “other”.
Food – o in price – o extra price
Drinks – o in price – o extra price
WiFi – o in price – o extra price
So “in price” and “extra price” are radiobuttons. User clicks “extra price” and he gets conditional text field (integer) where he can write the extra price. Result after choosing “extra price” should look like this:
Food – o in price – o extra price – _________ €.
There are 2 things that come to my mind. Making separate vocabulary out of each term, each containing terms “in price” and “extra price”, make separate integer field in content type and use conditional field module.
But that would mean i would have to create 50 vocabularies and 50 integer fields for 1 content type and its possible that there will be more terms in the future.
2nd option would be creating 50 fields instead of using taxonomy and use Select or other module but that also seems to be overdoing it to have 1 content type with over 50 fields just becouse of this option