I created a custom radio field. The selection was in vertical arrangement and I want it horizontally.
Current: Expected Result:
Additional Concern:
As you can see, this radio field has been set as required field if you click the save button without selecting any of those choices nothing happened but there is no error will appear such as “Missing Required Field: Customer Classification”.
Also I can put a default value on this radio field?
Can you please post the full path of the file? I can’t find anything similar to that in my vardefs. I also don’t see how that is even a vardefs setting…
@pgr , I create a vardef at custom\Extension\modules\Accounts\Ext\Vardefs. Actually there is no problem with the radio button that Ive created. Its working fine, but the only issue if it is not chosen means the value of the radio button is null then there should be an error which will indicate that this field/radio button is required.
Check bellow as you can see the Customer Classification is required but no error message.