I want to change the paypal amount value with the value of a form field,
so how can I get the value of a form field in the facileforms.process.php code like this
"...
$html .= "<input type=\"hidden\" name=\"amount\" value=\"".JRequest::getVar('ff_nm_my_amount_field', '')."\"/>";
..."
???