Replies: 0
Hello,
Thank you for the plugin!
I´m a dummy CFF-user, and that so i have a problem with “Populate the form B with the data submitted by the form A”.
in page “Test A” i insert [CP_CALCULATED_FIELDS id=”7″]
in page “Test B” (the thankyou page from CFF id=7) i insert
[CP_CALCULATED_FIELDS id=”8″]
[CP_CALCULATED_FIELDS_RESULT]
<SCRIPT>
cpcff_default = { 7 : {} };
cpcff_default[8][ ‘fieldname2’ ] = ‘<%fieldname1_value%>’;
</SCRIPT>
>>> the thankyou page shows “fieldname1: 5” on the Website but not in CFF id=8 fieldname 2
>>> if i close with [/CP_CALCULATED_FIELDS_RESULT] i cannot see the submitted data
the example-webpage Test A
another question about Changelog
my Version 10.0.154
current Version 1.0.141
Thank you