Hi everyone,
I'm working with Formidable Forms and I need some help with the following setup:
I have a lookup field in my form that dynamically pulls values from another source. However, I want its value to be stored permanently at the time of form submission.
Here’s what I need:
OR
I’ve tried some PHP code using hooks like frm_validate_field_entry
and frm_after_create_entry
, but it either runs during entry updates or doesn’t lock the value properly.
Any guidance or sample code to handle this requirement would be greatly appreciated!
Thanks in advance!