Hi everyone. I'm trying to understand how to set textfield values from php.
Seems to be a pretty simple task but I'm stuck:
I have 3 fields: "nome", "cognome" and "importo".
I put this script in the onLoad section under the "Setup" tab, before the HTML render form action:
But nothing changes.
It is just a test because my goal is to process a querystring value and then put it into a hidden field.
Any help?
Seems to be a pretty simple task but I'm stuck:
I have 3 fields: "nome", "cognome" and "importo".
I put this script in the onLoad section under the "Setup" tab, before the HTML render form action:
<?php
$form->data['cognome'] = "---";
?>
But nothing changes.
It is just a test because my goal is to process a querystring value and then put it into a hidden field.
Any help?