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?
Thanks wstaley but im gonna go with custom form and then gonna use this function to save the data – update_field();