C_SIGPM_2403 · Question #1
Which fields can be used in forms within ? Note: There are 3 correct answers to this question.
The correct answer is B. Text C. Yes/No checkbox D. File. Forms in this context support data-entry field types - inputs that collect user information directly. Text (B) allows free-form string input, Yes/No checkbox (C) captures boolean responses, and File (D) enables document or attachment uploads. These three are valid because they…
Question
Which fields can be used in forms within ? Note: There are 3 correct answers to this question.
Options
- ADocument template
- BText
- CYes/No checkbox
- DFile
- EJavaScript
How the community answered
(16 responses)- A6% (1)
- B81% (13)
- E13% (2)
Explanation
Forms in this context support data-entry field types - inputs that collect user information directly. Text (B) allows free-form string input, Yes/No checkbox (C) captures boolean responses, and File (D) enables document or attachment uploads. These three are valid because they represent discrete, capturable data values a user can submit.
Document template (A) is a template artifact used to generate documents - it's a content format, not an interactive input field, so it doesn't belong inside a form. JavaScript (E) is a scripting language, not a field type; while it may power form behavior behind the scenes, it is not itself a selectable field option.
Memory tip: Think "what can a user directly enter or upload in a single form row?" - typed words (Text), a toggle (Yes/No), or an attached file (File). Anything that's a format, language, or output (templates, scripts) is out.
Topics
Community Discussion
No community discussion yet for this question.