Home › Forums › General Issues › Creating a submission form with specifics? › Reply To: Creating a submission form with specifics?
Hi @venn177
You can achieve this by using the acf_form function.
You can learn more about this here:
* http://www.advancedcustomfields.com/resources/tutorials/creating-a-front-end-form/
* http://www.advancedcustomfields.com/resources/tutorials/using-acf_form-to-create-a-new-post/
Please note, there is currently no the_title / the_content field types in ACF, so you will need to use a text / WYSIWYG field and then find the $_POST values within the pre_save_post filter.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.