Hey there, I created three different post forms that are working fine.
I also added a notification for each of the post forms that should send all the content of the fields to the mail of the admin of the site. This works well for the custom fields that I created for the post type and these are added via this code "%%FORM_DATA%%", but the generic fields (two single line text fields) are not added to the mail. I tried to add them with %%slug%% but this did not work. Could you help me?
Hi Shane, the generic fields are only for information the admin of the site needs. We are using the post forms to enable visitors to send in new posts and the generic fields are for their contact information, so the admin can contact them, if something is unclear. That means the content of the generic fields is only needed in the mail notification and nowhere else.