end_section | R Documentation |
This renders a button to submit the answers to the section. When users click the button, a modal dialog is shown for the user to confirm they want to submit the section.
end_section( label = "Submit Question", confirm_dialog, success_dialog, error_dialog, btn_class = "btn-primary btn-lg", container = div )
label |
submission button text. |
confirm_dialog |
a modal dialog created with |
success_dialog |
a modal dialog created with |
error_dialog |
a modal dialog created with |
container |
a function to generate an HTML element to contain the button. |
section |
section object. |
section end elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.