Hello everyone, I hope you’re all doing well!
We currently have a form in our store built on the Storefront with VTEX IO, connected to Master Data. We used to use a standard “Subject” for all entries, but a need arose to route requests to different departments within the E-commerce: Sales and After-Sales.
I make basic changes to the CustomApps and Storefront of our store — things within my level of knowledge that I can usually find solutions for here in the community and in the VTEX documentation. While going through the documentation on forms ( Store Form<!-- --> by <!-- -->vtex ), I noticed there’s the option to add selection inputs, namely: form-input.radiogroup, form-input.dropdown, form-input.textarea, and form-input.checkbox.
I’m able to add and connect them to MasterData, but I couldn’t find anything about how to add the options I want to present to the customer — in this case “Sales” and “After-Sales”. Below is my current declaration of this component:
“form-input.radiogroup#fc-assunto”: {
“props”: {
“pointer”: “#/properties/assunto”,
“label”: “Minha solicitação é sobre:”
}
},
Thank you for your attention to this topic.

