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
- label.
- 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.