Drodown for FORM without creating a dropdown button


I want to create a dropdown menu that appears when clicking the white box under "Carrier" in the form. I don't want to add a separate dropdown button, as it would disrupt the current layout. Is there a way to achieve this using JSON code?

Hi there @PennyZhao,

Why not changing your Carrier field to a select component with a default value??

1 Like

thank you, just followed your suggestions and it works!