I want to manipulate some variables using PHP to show them in a particular way in a thanks message but when I try to use $form->data['input'] the code gets truncated. For instance, if I add...
My thank you message displays:
Is the $form->data[] array lost after it is saved to the db?
David
<?php echo $form->data['input']; ?>
My thank you message displays:
data['input']; ?>
Is the $form->data[] array lost after it is saved to the db?
David