π›π’ππ’π«πžπœπ­π’π¨π§πšπ₯ 𝐫𝐞π₯𝐚𝐭𝐒𝐨𝐧𝐬𝐑𝐒𝐩 𝐚𝐜𝐟 𝐟𝐒𝐞π₯𝐝

litle bg: im creating form for creating event submission, the form should create new entry for my β€œevent” cpt , update the backend, and also send email the form details.

Manage to get it output in email submission but the backend is not updated.

The field is π›π’ππ’π«πžπœπ­π’π¨π§πšπ₯ 𝐫𝐞π₯𝐚𝐭𝐒𝐨𝐧𝐬𝐑𝐒𝐩 𝐚𝐜𝐟 𝐟𝐒𝐞π₯𝐝 β€œdept_name_rf”
Don’t see any documents on this.
I’m guessing bricksforge is for developer level.?

i guess the only option i have is to use checkbox wrapper?
id set as β€œdept_name_rf_id”

for CB: query loop set for the CPT that created β€œDept”

what should the setting for it’s

  1. label.
  2. value

Should be?

Currently using {post_title} for both.
Not sure if I’m doing it right, but at this stage it’s displaying the value properly, but the backend is not updated. I’m guessing it’s something to do with Update post meta? since its acf field.

under that section, I added the setting, such as

Source: acf
Post Meta Date: {{dept_name_rf}}
Post ID : {post_title}
Post Meta Name : {{dept_name_rf_id}}
Post Meta Value : {{dept_name_rf_id}}

For Email submission i need to the entry title to be
New Event Submission : {post_title} but i get only without title .

All guides appreciated.