I'm using the frm_after_create_entry hook to update a field in another form (https://formidableforms.com/knowledgebase/frm_after_create_entry/#kb-update-field-in-another-form-using-entry-id)
However this field is used in another field on the form entry I'm updating to calculate a value and it's not getting updated.
How do I ensure any calculated fields in the form entry getting updated are getting recalculated?
nothing. Just the field I'm updating gets updated. None of the calculated fields are updated. If I go through the front end and edit the entry then the fields appear to be updated but if I don't hit the update button they don't actually get updated.
I have a view that shows the entry values and the calculated fields are still the old values.
Do have to update the calculated fields as well in my frm_after_create_entry hook code?
Please login or Register to submit your answer