Forums

How to get form variable in PHP tag after submit

razlie 22 Jun, 2017
Hi,

Would like to know how do I retrieve back the submitted form variable . In CF5 I used $form->data['module']['fieldname'] .. But I try in CF6 seems that it does not shows any value.Also have to change the form variable once submitted using PHP code.
GreyHead 22 Jun, 2017
Hi razlie,

Max has changed the syntax in CFv6 - please try $this->data instead of $form->data

Bob
This topic is locked and no more replies can be posted.