Custom Fields and Forms
-
Hi, a complete newbie here. What I am trying to do: I have a custom post with custom fields, and I want the user to submit one such custom post via a form created with forminator. In the form I have the different fields (radio, text, checkboxes etc.) which reflect the custom fields of the custom post. With “post-data” I match the custom field slug (copied from the ACF field) with the field entity created in forminator.
Question:
1) Why I do not see all the custom fields in “post-data” but only some of those? (like the custom field for image upload does not show up)
2) Once the post is submitted, I find the post in post list with my custom fields empty and another section with all the data from forminator. Don’t they talk to each other even if I matched field-slug (ACF) to the forminator field label?
3) I want the user to insert also a HTML code, but whatever I try (HTML field, text input field etc.) the result seems to be empty (even if is not). How do I do that?
- The topic ‘Custom Fields and Forms’ is closed to new replies.