Hey,
- I want to enter some visual dividers in my form. For example, if one section asks about personal life, and the second part asks about work, I’d like to have some sort of horizontal line, to indicate to the user that the following section is different.
- Before some questions, I’d like to enter a big box of explanatory text, so the user will have some context before answering the question. I know I have help text, but this text should always show, before answering the form question.
- Can I have a checkbox with alert as a form answer? For example, before accepting terms and conditions, I’d like the user to click a checkbox, and then an alert will pop up to make sure he understands the terms & conditions before marking yes.
- How can I round a float field type number? As of now, I see 0.000000000.
Thank you.