You probably want to leave blank space in a paragraph so the name that
is inserted certifies something??something like this: I, 'insert name',
certifies that all the information provided is correct and correspond to
the criterias.You can have an object Text (label) that has all the text
you want. You can have a TextField on top of that label and when you
exit that textfield, insert the value inside the label like
this:text30.rawValue = "I, " + textfield15.rawValue + ", certifies
that...."Or you ...