Bulk Upload Dropdown Choices

Is it possible to bulk upload dropdown choices from Sheets, Execl, or CSV?

Hi @Edward_Darrah,

I don't think it's really practical to upload them directly. You could just copy the column of data, dump it into the command and then add semi-colons at the end like this:

{formmenu:
option 1;
option 2;
option 3
}

The options don't need to be on the same line.

Does that help?

1 Like

Thanks, that makes a lot of sense. I appreciate the help.

1 Like

Anytime :blush: