Hi geertmartens,
You can do it after the form is submitted with a Custom Code action. The code will be like this:
Bob
You can do it after the form is submitted with a Custom Code action. The code will be like this:
<?php
$form->data['input_name'] = ucfirst($form_data['input_name']);
?>
Bob
Hi Bob
Just changed the
Thanks!
Just changed the
$form_data
into $form->data
and it works perfect!Thanks!
This topic is locked and no more replies can be posted.