@willbell
In your change_title function, before you change the value of $formData->title, add a line like
$formData->posted_data['From Form'] = $formData->title;
@willbell
In your change_title function, before you change the value of $formData->title, add a line like
$formData->posted_data['From Form'] = $formData->title;