A business wants to create a reusable OmniScript to capture customer payment information during the order process. The business decides that the first step of the payment process should include:
• Payment type (credit card or bank account)
• Payment amount
Which two elements should the consultant recommend for this step of the process? Choose 2 answers
A. Number
B. Radio
C. Multi-select
D. Currency
B. Radio D. Currency
Explanation:
The two elements that the consultant should recommend for this step of the process are: Radio and Currency. A Radio element can display a list of options for the user to choose from, such as payment type. A Radio element allows only one option to be selected at a time, and can also have icons for each option. A Currency element can display a field for the user to enter a currency value, such as payment amount. A Currency element can also have validation and formatting options, such as minimum and maximum values, decimal places, etc