Support

Account

Home Forums Front-end Issues acf_form() customization

Solved

acf_form() customization

  • im wondering if there is a way to customize frontend display of acf_form() function?

    What i want to know basically is there a way for me to make a custom form (html fields) with all fields that correspond to the post custom field type group and just add the submit button?
    I know i can append classes to fields but that just wont cut it… this form i need to make is too complex in visual style.
    Is there a way to get fields and put them in a custom <form> elements and then just add the “save” button?

  • Take a look at the render field hook. http://www.advancedcustomfields.com/resources/acf-render_field/

    Think that might help.

  • Thanks wstaley but im gonna go with custom form and then gonna use this function to save the data – update_field();

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘acf_form() customization’ is closed to new replies.