Support MB Frontend Submission rwmb_frontend_after_process set static value Reply To: rwmb_frontend_after_process set static value

#13609
Anh TranAnh Tran
Keymaster

Hi,

If you use rwmb_frontend_after_process, then all the data are already processed. To assign a value to another field before it's processed, I think you need rwmb_frontend_before_process hook. Then you can modify the $_POST array to change the other field's value.