| form_knit | R Documentation | 
This function inserts a (pre)registration form, or one or more sections, into an R Markdown file.
form_knit(x, section = NULL, headingLevel = 2)
| x | The (pre)registration form (as produced by a call
to  | 
| section | The section(s) to show; pass  | 
| headingLevel | The level to use for the top-most heading. | 
x, invisibly
preregr::form_create(
  title = "Example form",
  version = "0.1.0"
) |>
  preregr::form_knit();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.