Hi,
I'm trying to post cf_id to a db table on form submission in V4. I've seen posts for this regarding V3 but can't seem to get it to work in 4.
This is what I've got:
in "custom code-after emails" (in controller mode):
I'm trying to post cf_id to a db table on form submission in V4. I've seen posts for this regarding V3 but can't seem to get it to work in 4.
This is what I've got:
in "custom code-after emails" (in controller mode):
<?php
$cf_id = $MyForm->tablerow["jos_chronoforms_rak_submit_copy"]->cf_id;
rename("image_upload/upload_pic/marklandry.jpg", "image_upload/upload_pic/marklandry".$cf_id.".jpg");
?>