[ad_1]
Hello @michaelrieder
Yes, that’s possible. Insert form “A” shortcode with a unique class name, Ex.
[CP_CALCULATED_FIELDS id="1" class="form-a"]Then in the calculated field fieldname2 in form “B”, enter the equation:
getField(fieldname1|n, '.form-a').val()Our plugin replaces the fields’ names in the equations with their values before evaluating them. The |n modifier tells the plugin you are referring to the field’s name directly instead of its value.
Best regards.
