Support

Account

Home Forums ACF PRO Building form with ACF Repeater / Flexible Reply To: Building form with ACF Repeater / Flexible

  • Hi @proov,

    Thanks for the post.

    I am not sure I have fully understood the use case.

    If you are looking to create a front end form for users to submit the estimates then you should make use of the af_form() function and then include the ( “Add Name”, “Add Email”, “Add subject” etc) custom fields to the form using the ‘fields’ argument of the form’s $options array.

    For more info on this function, please visit the docs here: http://www.advancedcustomfields.com/resources/create-a-front-end-form/