slate =
function(id)
{
browseURL(paste0(RecordURL, "?id=", id))
}
getPageById =
# Get the landing page from an applicant's id.
function(id, con = getConnection())
{
url = RecordURL
htmlParse(getForm(url, id = id, curl = con))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.