Adding custom fields to Select plan step
Hello,
I used Advanced Custom Fields plugin to add new fields to the "Job Details" step. They are visible on the frontend, in the backend and saved corectly.
Now i want to add some custom fields to the "Select plan" step. I added the fields in the backend using ACF and on the frontend. The problem is i don't know in which php file to add these fields to be saved on the Job details post and be visible in the backend. I think the choosed plan in "Select plan" step is saved in another table, as they appear on the Payments tab in the backend.
I added these fields to job-form.php, but they are not saved...
Any suggestion please?
Thanks!