Support

Account

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.